Skip to content

Commit

Permalink
chore: update readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
gabotechs committed Jun 10, 2023
1 parent 341b34d commit fdb7e0d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,23 @@
Generate signed urls for [Signway](https://github.com/gabotechs/signway), so that they can be
used in client-side code.

# Install

```shell
pip install signway-sdk
```

# Usage

```shell
from signway_sdk import sign_url

sign_url(
id="my-id",
secret="my-secret",
host="https://api.signway.io",
proxy_url="https://api.openai.com/v1/chat/completions",
expiry=10,
method="POST"
)
```

0 comments on commit fdb7e0d

Please sign in to comment.