- Major update with breaking API changes
- Refactored all API's to use requests_cache rather than custom caching scheme
- Uses Marshmallow for data validation, and memory-efficient dataclasses for all objects
- As part of the above, all API's now re-use the same requests.Session() object
- Deleted a ton of unnecessary code (Deleted code == debugged code)
- NOTE: Documentation not yet up-to-date. That is the next project