generated from NASA-PDS/template-repo-java
-
Notifications
You must be signed in to change notification settings - Fork 3
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
vnd.nasa.pds.pds4+json format does return information #214
Comments
Format information from |
@viviant100 FYI, this is a requirement that we need to make sure is included in every I&T sequence across all endpoints: |
3 tasks
Noted. I&T ticket #29 is created to track this requirement. |
Works on main branch with local test data:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Describe the bug
curl --get 'https://pds.nasa.gov/api/search-sbnumd/1.0/bundles/urn:nasa:pds:gbo-kpno::4.0/collections' --header 'Accept: application/vnd.nasa.pds.pds4+json'
returns nothing
📜 To Reproduce
Steps to reproduce the behavior:
type
curl --get 'https://pds.nasa.gov/api/search-sbnumd/1.0/bundles/urn:nasa:pds:gbo-kpno::4.0/collections' --header 'Accept: application/vnd.nasa.pds.pds4+json'
🕵️ Expected behavior
Return of the information that the command line
curl --get 'httpov/api/search-sbnumd/1.0/bundles/urn:nasa:pds:gbo-kpno::4.0/collections' --header 'Accept: application/json'
returns with the expected differences.
📚 Version of Software Used
1.0
🩺 Test Data / Additional context
see above
🏞Screenshots
🖥 System Info
MacOS 11.4
terminal window
🦄 Related requirements
⚙️ Engineering Details
The text was updated successfully, but these errors were encountered: