-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(api): update via SDK Studio (#1089)
- Loading branch information
1 parent
0d97401
commit b02a3a6
Showing
28 changed files
with
2,336 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
configured_endpoints: 1348 | ||
configured_endpoints: 1356 | ||
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-08b201ef13ebb4bdf13a4d2e2165229fc6e5a369c64cf4a108835b65996cd957.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. | ||
|
||
from .logs import ( | ||
LogsResource, | ||
AsyncLogsResource, | ||
LogsResourceWithRawResponse, | ||
AsyncLogsResourceWithRawResponse, | ||
LogsResourceWithStreamingResponse, | ||
AsyncLogsResourceWithStreamingResponse, | ||
) | ||
from .request import ( | ||
RequestResource, | ||
AsyncRequestResource, | ||
RequestResourceWithRawResponse, | ||
AsyncRequestResourceWithRawResponse, | ||
RequestResourceWithStreamingResponse, | ||
AsyncRequestResourceWithStreamingResponse, | ||
) | ||
from .response import ( | ||
ResponseResource, | ||
AsyncResponseResource, | ||
ResponseResourceWithRawResponse, | ||
AsyncResponseResourceWithRawResponse, | ||
ResponseResourceWithStreamingResponse, | ||
AsyncResponseResourceWithStreamingResponse, | ||
) | ||
|
||
__all__ = [ | ||
"RequestResource", | ||
"AsyncRequestResource", | ||
"RequestResourceWithRawResponse", | ||
"AsyncRequestResourceWithRawResponse", | ||
"RequestResourceWithStreamingResponse", | ||
"AsyncRequestResourceWithStreamingResponse", | ||
"ResponseResource", | ||
"AsyncResponseResource", | ||
"ResponseResourceWithRawResponse", | ||
"AsyncResponseResourceWithRawResponse", | ||
"ResponseResourceWithStreamingResponse", | ||
"AsyncResponseResourceWithStreamingResponse", | ||
"LogsResource", | ||
"AsyncLogsResource", | ||
"LogsResourceWithRawResponse", | ||
"AsyncLogsResourceWithRawResponse", | ||
"LogsResourceWithStreamingResponse", | ||
"AsyncLogsResourceWithStreamingResponse", | ||
] |
Oops, something went wrong.