Skip to content

Commit cb81ed3

Browse files
chore: update SDK settings
1 parent c4299ca commit cb81ed3

2 files changed

Lines changed: 6 additions & 9 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 266
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/onlyfansapi/onlyfansapi-a27d1c42e6271f5f8f6efafba63522fce26b3e353951da3497fad7627eba1cb3.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/onlyfansapi/onlyfansapi-7bdef7b0971db0ab94e529f8f3020c6c18625052ce9a7f0b768b956304602275.yml
33
openapi_spec_hash: 8117459a7779859f329e7e48ef08a9b6
4-
config_hash: 15a66abc349649aa3faa50f54d68d76d
4+
config_hash: 91d6546a82dc433b7ba1747dbe1ce4a6

README.md

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

1818
```sh
19-
# install from the production repo
20-
pip install git+ssh://git@github.com/onlyfansapi/onlyfansapi-python.git
19+
# install from PyPI
20+
pip install onlyfansapi
2121
```
2222

23-
> [!NOTE]
24-
> Once this package is [published to PyPI](https://www.stainless.com/docs/guides/publish), this will become: `pip install onlyfansapi`
25-
2623
## Usage
2724

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

7774
```sh
78-
# install from the production repo
79-
pip install 'onlyfansapi[aiohttp] @ git+ssh://git@github.com/onlyfansapi/onlyfansapi-python.git'
75+
# install from PyPI
76+
pip install onlyfansapi[aiohttp]
8077
```
8178

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

0 commit comments

Comments
 (0)