mirror of
https://github.com/cloudflare/cloudflare-python.git
synced 2026-01-16 23:01:03 +00:00
feat(api): OpenAPI spec update via Stainless API (#1142)
This commit is contained in:
parent
066164cfd1
commit
7dff911912
2 changed files with 2 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
configured_endpoints: 1353
|
||||
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-021878cf9ab04cd6a19de6a52aa199812210f64af493e6de31c81bd5a3d8d360.yml
|
||||
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-eafb9bced08d72d46f483ae6191e926daa22372c7979d6daf21bc384e0eca4e3.yml
|
||||
|
|
|
|||
|
|
@ -351,7 +351,7 @@ You can directly override the [httpx client](https://www.python-httpx.org/api/#c
|
|||
|
||||
- Support for proxies
|
||||
- Custom transports
|
||||
- Additional [advanced](https://www.python-httpx.org/advanced/#client-instances) functionality
|
||||
- Additional [advanced](https://www.python-httpx.org/advanced/clients/) functionality
|
||||
|
||||
```python
|
||||
from cloudflare import Cloudflare, DefaultHttpxClient
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue