Skip to content

v1.1.6

Compare
Choose a tag to compare
@iamkubi iamkubi released this 12 Sep 02:46
  • Add the PaginatedResponse.collect() method
    The collect() method will fetch the data from all pages of a PaginatedResponse.
    This allows you to easily fetch all results when you want all the data without having to iterate over the pages.
  • Fix the client.server.files.write_file() method
  • Add the client.server.get_websocket() method

Full Changelog: v1.1.5...v1.1.6