Releases: Jonxslays/unkey.py
Releases · Jonxslays/unkey.py
v0.3.0
Bugfixes
- Remove debug print statement in
list_keys
.
Additions
- Add
ErrorCode
enum. - Add
remaining
parameter tocreate_key
. - Add
remaining
field toApiKeyVerification
andApiKeyMeta
models. - Add
code
field toApiKeyVerification
model. - Add
code
field toHttpResponse
model.
Changes
- Update status code for
revoke_key
to 200 OK.
Diff: v0.2.0...v0.3.0
Changelog: v0.3.0
v0.2.0
Additions
- Add
Client
,KeyService
andApiService
. - Add
Serializer
, and other necessary base services. - Add relevant models.
- Add support for all publicly documented endpoints:
- Get API
- List Keys
- Create Key
- Verify Key
- Revoke Key
Diff: v0.1.0...v0.2.0
Changelog: v0.2.0