-
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 (#14)
- Loading branch information
1 parent
6a92603
commit 181db49
Showing
3 changed files
with
4 additions
and
4 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,6 +1,6 @@ | ||
# Studio SDK Python API library | ||
|
||
[![PyPI version](https://img.shields.io/pypi/v/studio_sdk.svg)](https://pypi.org/project/studio_sdk/) | ||
[![PyPI version](https://img.shields.io/pypi/v/studio-sdk.svg)](https://pypi.org/project/studio-sdk/) | ||
|
||
The Studio SDK Python library provides convenient access to the Studio SDK REST API from any Python 3.7+ | ||
application. The library includes type definitions for all request params and response fields, | ||
|
@@ -20,7 +20,7 @@ pip install git+ssh://[email protected]/clear-street/studio-sdk-python.git | |
``` | ||
|
||
> [!NOTE] | ||
> Once this package is [published to PyPI](https://app.stainlessapi.com/docs/guides/publish), this will become: `pip install --pre studio_sdk` | ||
> Once this package is [published to PyPI](https://app.stainlessapi.com/docs/guides/publish), this will become: `pip install --pre studio-sdk` | ||
## Usage | ||
|
||
|
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