v1.0.0
What's Changed
- Changed the interface for PaginatedResponse objects slightly to simplify access to the data.
If you previously were usingresponse.data['data'][1]...
then you'll likely get KeyErrors after updating to 1.0.0.
Instead you can now just doresponse[1]....
- Implement servers.update_server_startup by @ens-gijs in #41
New Contributors
Full Changelog: v0.1.16...v1.0.0