NASA-PDS / pds-api

PDS web APIs specifications and user's manual
http://nasa-pds.github.io/pds-api
Other
5 stars 3 forks source link

Improve products/all endpoint to include all versions of all products #126

Open jordanpadams opened 3 years ago

jordanpadams commented 3 years ago

💪 Motivation

...so that I can get all versions of all products associated with a collection/bundle LID

📖 Additional Details

Per the original issue:

The products/latest API endpoint currently returns the same results as collection/{lidvid}/products/all. We need to update the API service to handle this the way it should.

Per @tdddblog 's comment, this will mostly require some refactoring of how collection's products are handled in the registry.

⚖️ Acceptance Criteria

Given When I perform Then I expect

⚙️ Engineering Details