private-packagist-api-client icon indicating copy to clipboard operation
private-packagist-api-client copied to clipboard

Client: handle pagination, default to 500 items per page, automatically paginate additional pages

Open glaubinix opened this issue 1 month ago • 0 comments

Pagination isn't part yet of the public API of the client, so wouldn't document this here just yet

Testing Instructions

  • Might be easiest to set the LIMIT to 1
  • Fetch all items of a resource where you have more than one
  • Assert that multiple requests have been made
  • Assert that the return value is still the same

glaubinix avatar Nov 07 '25 12:11 glaubinix