Skip to content

v1.0.0

Compare
Choose a tag to compare
@iamkubi iamkubi released this 13 Dec 04:56

What's Changed

  • Changed the interface for PaginatedResponse objects slightly to simplify access to the data.
    If you previously were using response.data['data'][1]... then you'll likely get KeyErrors after updating to 1.0.0.
    Instead you can now just do response[1]....
  • Implement servers.update_server_startup by @ens-gijs in #41

New Contributors

Full Changelog: v0.1.16...v1.0.0