Skip to content

Commit 0d38dfa

Browse files
chore: update SDK settings
1 parent dce7124 commit 0d38dfa

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 15
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/beeper%2Fbeeper-desktop-api-100e7052e74644026f594642a424e04ab306d44e6c73a1f4761cf8a7d7ee0d8f.yml
33
openapi_spec_hash: 3437145a74c032f2319a235bf40baa88
4-
config_hash: 2e31d02f28a11ef29eb747bcf559786a
4+
config_hash: 36b26d0d29548d4aa575fc337915ad42

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,10 @@ The REST API documentation can be found on [developers.beeper.com](https://devel
1414
## Installation
1515

1616
```sh
17-
# install from the production repo
18-
pip install git+ssh://[email protected]/beeper/desktop-api-python.git
17+
# install from PyPI
18+
pip install beeper_desktop_api
1919
```
2020

21-
> [!NOTE]
22-
> Once this package is [published to PyPI](https://www.stainless.com/docs/guides/publish), this will become: `pip install beeper_desktop_api`
23-
2421
## Usage
2522

2623
The full API of this library can be found in [api.md](api.md).
@@ -81,8 +78,8 @@ By default, the async client uses `httpx` for HTTP requests. However, for improv
8178
You can enable this by installing `aiohttp`:
8279

8380
```sh
84-
# install from the production repo
85-
pip install 'beeper_desktop_api[aiohttp] @ git+ssh://[email protected]/beeper/desktop-api-python.git'
81+
# install from PyPI
82+
pip install beeper_desktop_api[aiohttp]
8683
```
8784

8885
Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:

0 commit comments

Comments
 (0)