Skip to content

Breaking change - Support uploads/jobs pagination

Compare
Choose a tag to compare
@deveaud-m deveaud-m released this 10 Feb 14:33
a6f9918

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.