Version 2.0.3 - Minor Fixes & Unit Tests
This release fixes some features of the API and adds comprehensive unit testing.
- Fixes request serialisation issues related to #5.
- Adds a lightweight RFC3339 parser to ensure timestamps are correctly parsed relating to #6.
- Adds unit tests for the archive and orders API as well as the RFC3339 parser.
- Fixes issues with setting webhooks and emails on OrderRequest objects.
- Ensures that files returned by OrderAPI.get_resource_as_file() are seeked to the beginning of the file and open for read and write.