Skip to content

Commit 8f54b9a

Browse files
chore: update SDK settings
1 parent 0f4430c commit 8f54b9a

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-0763b61997721da6f4514241bf0f7bb5f7a88c7298baf0f1b2d58036aaf7e2f1.yml
33
openapi_spec_hash: 5158475919c04bb52fb03c6a4582188d
4-
config_hash: 15424d9ae390c7fca17dbf08619fc88b
4+
config_hash: 5fa7ded4bfdffe4cc1944a819da87f9f

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://git@github.com/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://git@github.com/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)