Skip to content

Implement paginated API calls - #168

Merged
kylstevenson merged 2 commits into
mainfrom
feature/pagination
Feb 9, 2026
Merged

kylstevenson merged 2 commits into
mainfrom
feature/pagination

Conversation

@kylstevenson

Copy link
Copy Markdown
Member

This change implements pagination for API calls using the API’s default page size. Pagination is not exposed to the client. Method responses are unchanged; when results exceed a single page, multiple requests are performed and aggregated. Applies to the following methods:

  • listProducts
  • listDatasets
  • listDatasetMembers
  • listAttributes
  • listDistributions

@kylstevenson
kylstevenson requested a review from a team as a code owner January 15, 2026 12:27

@Ramadevie Ramadevie left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kylstevenson
kylstevenson merged commit 1f122c7 into main Feb 9, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants