This repository was archived by the owner on Jun 29, 2022. It is now read-only.
- Updates entire library to be compliant with the new
v2API (endpoints, HTTP methods, etc) - Build requests via a
Clientnow providing your email and api_key - Added optional
base_urlandtimeoutoptions 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
utilsmodule (pretty print) - Added unit tests (closes #1)