-
Notifications
You must be signed in to change notification settings - Fork 0
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 (#11)
- Loading branch information
1 parent
9608f97
commit b1a00ad
Showing
9 changed files
with
98 additions
and
98 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
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,11 +1,11 @@ | ||
# TopLevel | ||
# Code | ||
|
||
Types: | ||
|
||
```python | ||
from rizaio.types import TopLevelExecuteResponse | ||
from rizaio.types import CodeExecuteResponse | ||
``` | ||
|
||
Methods: | ||
|
||
- <code title="post /v1/execute">client.top_level.<a href="./src/rizaio/resources/top_level.py">execute</a>(\*\*<a href="src/rizaio/types/top_level_execute_params.py">params</a>) -> <a href="./src/rizaio/types/top_level_execute_response.py">TopLevelExecuteResponse</a></code> | ||
- <code title="post /v1/execute">client.code.<a href="./src/rizaio/resources/code.py">execute</a>(\*\*<a href="src/rizaio/types/code_execute_params.py">params</a>) -> <a href="./src/rizaio/types/code_execute_response.py">CodeExecuteResponse</a></code> |
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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. | ||
|
||
from .top_level import ( | ||
TopLevel, | ||
AsyncTopLevel, | ||
TopLevelWithRawResponse, | ||
AsyncTopLevelWithRawResponse, | ||
TopLevelWithStreamingResponse, | ||
AsyncTopLevelWithStreamingResponse, | ||
from .code import ( | ||
Code, | ||
AsyncCode, | ||
CodeWithRawResponse, | ||
AsyncCodeWithRawResponse, | ||
CodeWithStreamingResponse, | ||
AsyncCodeWithStreamingResponse, | ||
) | ||
|
||
__all__ = [ | ||
"TopLevel", | ||
"AsyncTopLevel", | ||
"TopLevelWithRawResponse", | ||
"AsyncTopLevelWithRawResponse", | ||
"TopLevelWithStreamingResponse", | ||
"AsyncTopLevelWithStreamingResponse", | ||
"Code", | ||
"AsyncCode", | ||
"CodeWithRawResponse", | ||
"AsyncCodeWithRawResponse", | ||
"CodeWithStreamingResponse", | ||
"AsyncCodeWithStreamingResponse", | ||
] |
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
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
Oops, something went wrong.