Skip to content

Commit 064478c

Browse files
chore(api): update composite API spec
1 parent a59d1b6 commit 064478c

File tree

578 files changed

+51627
-15499
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

578 files changed

+51627
-15499
lines changed

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
configured_endpoints: 1826
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-cceecd20dfd89884f795e75b433848994bed610b79802c65104f0c70d3ada54e.yml
3-
openapi_spec_hash: c33c0e26e48c004c1781a36748d0144c
1+
configured_endpoints: 1894
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-72b2b123d74da6051e199596f8b56c348d94522d63970732616043e881e5ddae.yml
3+
openapi_spec_hash: 965df6ea4e5183d59ad756cd4accf610
44
config_hash: c3197a7cf9595a0f252f8810e74954ef

api.md

Lines changed: 447 additions & 91 deletions
Large diffs are not rendered by default.

src/cloudflare/_client.py

Lines changed: 195 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2+
3+
from .mitigations import (
4+
MitigationsResource,
5+
AsyncMitigationsResource,
6+
MitigationsResourceWithRawResponse,
7+
AsyncMitigationsResourceWithRawResponse,
8+
MitigationsResourceWithStreamingResponse,
9+
AsyncMitigationsResourceWithStreamingResponse,
10+
)
11+
from .abuse_reports import (
12+
AbuseReportsResource,
13+
AsyncAbuseReportsResource,
14+
AbuseReportsResourceWithRawResponse,
15+
AsyncAbuseReportsResourceWithRawResponse,
16+
AbuseReportsResourceWithStreamingResponse,
17+
AsyncAbuseReportsResourceWithStreamingResponse,
18+
)
19+
20+
__all__ = [
21+
"MitigationsResource",
22+
"AsyncMitigationsResource",
23+
"MitigationsResourceWithRawResponse",
24+
"AsyncMitigationsResourceWithRawResponse",
25+
"MitigationsResourceWithStreamingResponse",
26+
"AsyncMitigationsResourceWithStreamingResponse",
27+
"AbuseReportsResource",
28+
"AsyncAbuseReportsResource",
29+
"AbuseReportsResourceWithRawResponse",
30+
"AsyncAbuseReportsResourceWithRawResponse",
31+
"AbuseReportsResourceWithStreamingResponse",
32+
"AsyncAbuseReportsResourceWithStreamingResponse",
33+
]

0 commit comments

Comments
 (0)