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