NASA-PDS / registry-api

Web API service for the PDS Registry, providing the implementation of the PDS Search API (https://github.com/nasa-pds/pds-api) for the PDS Registry.
https://nasa-pds.github.io/pds-api
Apache License 2.0
3 stars 5 forks source link

Refactor common RegistrySearchRequestBuilder dot-chains into applyMultipleProductsDefaults() #515

Closed alexdunnjpl closed 3 months ago

alexdunnjpl commented 3 months ago

💡 Description

Should be relatively straightforward, and @jordanpadams this will ensure consistent application of stuff like pagination, querystring constraints, latest-only default, etc, across endpoints without the need for a million requirements/tests like we've seen with latest-only recently

⚔️ Parent Epic / Related Tickets

No response