Closed tloubrieu-jpl closed 3 months ago
Yes - I've already checked
API user
...so that I can get the latest version of a product even if I have no idea what versions are available.
No response
Given a lid When I perform a request /products/{lid} Then I expect to get the description of the latest version of a product having this lid
Given a lid When I perform a request /products/{lid}/latest Then I expect to get the description of the latest version of a product having this lid
Tightly coupled with https://github.com/NASA-PDS/registry-api/issues/426
This is implemented in the develop branch.
develop
We can re-open that ticket to revisit (put aside) the latest suffix.
Checked for duplicates
Yes - I've already checked
🧑🔬 User Persona(s)
API user
💪 Motivation
...so that I can get the latest version of a product even if I have no idea what versions are available.
📖 Additional Details
No response
Acceptance Criteria
Given a lid When I perform a request /products/{lid} Then I expect to get the description of the latest version of a product having this lid
Given a lid When I perform a request /products/{lid}/latest Then I expect to get the description of the latest version of a product having this lid
⚙️ Engineering Details
Tightly coupled with https://github.com/NASA-PDS/registry-api/issues/426