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, I want to receive a JSON response that contains the PDS4 label metadata in JSON format (application/vnd.nasa.pds.pds4+json) #450
Labels
Comments
We will rename the MVC marshaller for application/json from Pds4JsonProductSerializer to JsonProductSerializer. @eugene will create a new MVC marshaller Pds4JsonProductSerializer |
@jordanpadams - can you confirm we want this behavior extended to the list of products endpoint as well? |
This was referenced Aug 26, 2021
This was referenced Sep 7, 2021
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
💪 Motivation
...so that I can search for and parse the metadata for a particular product in a JSON-structured form. This will keep the nesting that comes with XML, enabling robust client applications to use that metadata.
📖 Additional Details
⚖️ Acceptance Criteria
Given an ingested PDS4 product
When I perform an API query for that product using the endnpoint
/products/{lidvid}
Then I expect the response to look something like this:
⚙️ Engineering Details
The text was updated successfully, but these errors were encountered: