Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

v3.0.0

Latest
Compare
Choose a tag to compare
@Justintime50 Justintime50 released this 22 Jun 02:12
· 7 commits to main since this release
2dcd85c
  • Updates entire library to be compliant with the new v2 API (endpoints, HTTP methods, etc)
  • Build requests via a Client now providing your email and api_key
  • Added optional base_url and timeout options to client
  • Module names are now plural
  • The Client now checks if an email and api_key is provided and raises an error if not
  • Removed utils module (pretty print)
  • Added unit tests (closes #1)