Jonxslays / unkey.py

An asynchronous Python SDK for unkey.dev.
https://jonxslays.github.io/unkey.py/
GNU General Public License v3.0
7 stars 1 forks source link

Migrate to new API endpoints #6

Closed Jonxslays closed 10 months ago

Jonxslays commented 10 months ago

Unkey has adopted an RPC style endpoint structure now:

- PUT  /v1/keys/{keyId}
+ POST /v1/keys.updateKey

Additionally include the Unkey-SDK header to assist them with tracking SDK usage.