Skip to main content

Pagination

This library provides some conveniences for working with paginated list endpoints. You can use .ListAutoPaging() methods to iterate through items across all pages:
Or you can use simple .List() methods to fetch a single page and receive a standard response object with additional helper methods like .GetNextPage(), e.g.: