Skip to content

Conversation

@pscheit
Copy link
Contributor

@pscheit pscheit commented Jan 30, 2026

Summary

  • Moved the default limit (DEFAULT_LIMIT) into getCollection() so callers no longer need to set it explicitly
  • Switched all list/collection endpoints from get() to getCollection() to enable automatic pagination across all API resources (teams, customers, credentials, tokens, mirrored repositories, vendor bundles, etc.)
  • Previously only Packages::all() used getCollection(), now all list endpoints benefit from auto-pagination

@pscheit pscheit self-assigned this Jan 30, 2026
@pscheit pscheit force-pushed the use-getCollection-for-all-list-endpoints branch from eb59549 to 55fa8c5 Compare January 30, 2026 06:18
Move the default limit into getCollection() so callers don't need to
set it explicitly, and switch all list/collection endpoints from get()
to getCollection() to enable automatic pagination across all API resources.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@pscheit pscheit force-pushed the use-getCollection-for-all-list-endpoints branch from 55fa8c5 to f05cb18 Compare January 30, 2026 06:31
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