generated from NASA-PDS/template-repo-java
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a user, by default, I want to resolve the latest version of a product when given a product logical_identifier (LID) (/products/{logical_identifier}
endpoint)
#435
Labels
Comments
This is implemented in the |
We can re-open that ticket to revisit (put aside) the latest suffix. |
/products/{logical_identifier}
endpoint)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 #426
The text was updated successfully, but these errors were encountered: