From 0798a30695a05d5b0287f09e50c340d916ceb8c1 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 19:20:11 +0000 Subject: [PATCH] feat(api): OpenAPI spec update via Stainless API (#162) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4a9c33d4ed9..681b87a7e15 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ The Cloudflare Python library provides convenient access to the Cloudflare REST application. The library includes type definitions for all request params and response fields, and offers both synchronous and asynchronous clients powered by [httpx](https://github.com/encode/httpx). +It is generated with [Stainless](https://www.stainlessapi.com/). + ## Documentation The REST API documentation can be found [on developers.cloudflare.com](https://developers.cloudflare.com/api). The full API of this library can be found in [api.md](api.md).