Breaking change - Support uploads/jobs pagination
Endpoints /uploads
and /jobs` support pagination if the number of record is bigger than 100.
This release allows limiting listing to given pages and page-sizes or retrieve all pages at once.
Value returned by list_uploads
and list_jobs
is now a tuple with the Upload
/Job
list and the total number of pages available.
This is a breaking change in the API.