v1.1.6
- Add the
PaginatedResponse.collect()
method
Thecollect()
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