NASA-PDS / updart

Python library to access Planetary Data from the Planetary Data System
Apache License 2.0
0 stars 0 forks source link

As a user, I want to support search-after pagination #7

Closed tloubrieu-jpl closed 1 month ago

tloubrieu-jpl commented 7 months ago

Checked for duplicates

Yes - I've already checked

🧑‍🔬 User Persona(s)

Data user, developer.

💪 Motivation

...so that I don't need to know how pagination works on the API.

📖 Additional Details

The size of a page should be defined by default but could be updated by the user as needed for performance purpose.

Acceptance Criteria

Given an API server When I perform search_after a time Then I expect I expect to get all the results, beyond the limit of one page of results.

⚙️ Engineering Details

No response

tloubrieu-jpl commented 1 month ago

This is closed with PR https://github.com/NASA-PDS/updart/pull/24