UPDATES
- Test suite now uses VCR for easy offline testing, thanks to @gary-rafferty #20
- Attribute name styles in API standardized and correct typing applied, so all attributes that are dates return proper
Date
objects rather thanString
s, thanks to @michaeldever #24. This is an API compatibility change, hence the minor number update. Your code may need to change to accommodate the type changes.