Skip to content

Releases: Jonxslays/unkey.py

v0.3.0

16 Jul 16:37
3c333fd
Compare
Choose a tag to compare

Bugfixes

  • Remove debug print statement in list_keys.

Additions

  • Add ErrorCode enum.
  • Add remaining parameter to create_key.
  • Add remaining field to ApiKeyVerification and ApiKeyMeta models.
  • Add code field to ApiKeyVerification model.
  • Add code field to HttpResponse 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

25 Jun 00:52
420e875
Compare
Choose a tag to compare

Additions

  • Add Client, KeyService and ApiService.
  • 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

v0.1.0

22 Jun 23:51
ea3ad66
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release just to snag the package name on PyPI.

👀 Stay tuned for updates.