This repository has been archived by the owner on Feb 23, 2021. It is now read-only.
v0.3.0
Added
- Add a changelog to track project changes
- Separate conversation storage with
Conversation
objects - Allow errors to propagate as custom exceptions
- Wrap replies in a
Response
object for ease of use - Allow the API url to be configured as a class parameter
Fixed
- Allow non-strict JSON parsing of responses
Removed
- Removed Python 3.4 support