Skip to content

Commit e140140

Browse files
feat(api): update via SDK Studio
1 parent 80e453a commit e140140

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: 33
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/zbd%2Fzbd-payments-ea2deb661414754dd291d2f9debc957a93c1799220757b8630f2046da56e3d65.yml
33
openapi_spec_hash: 78b10b735dc64281ae86657e874b67d8
4-
config_hash: b0149c7b533e8586cb2b2447e16f8877
4+
config_hash: 7be95e9a7e9d28075d025f3c19c59b8b

README.md

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

1515
```sh
16-
# install from the production repo
17-
pip install git+ssh://git@github.com/zbdpay/zbd-payments-python-sdk.git
16+
# install from PyPI
17+
pip install --pre zbdpay
1818
```
1919

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

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

8077
```sh
81-
# install from the production repo
82-
pip install 'zbdpay[aiohttp] @ git+ssh://git@github.com/zbdpay/zbd-payments-python-sdk.git'
78+
# install from PyPI
79+
pip install --pre zbdpay[aiohttp]
8380
```
8481

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

0 commit comments

Comments
 (0)