We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 know which fields I can request to the API.
Acceptance criteria: Check that the list of available field which can be requested can be pulled from the API. Check that in the documentation (https://nasa-pds.github.io/pds-api/) and in the reference implementation (https://github.com/NASA-PDS/registry-api-service) deployed on https://pds-gamma.jpl.nasa.gov/api/swagger-ui.html
The text was updated successfully, but these errors were encountered:
fields have been added in response summary
New summary-only option enable to only request the summary before requesting the data.
The default properties are not in the list.
Sorry, something went wrong.
No branches or pull requests
As a user, I want to know which fields I can request to the API.
Acceptance criteria:
Check that the list of available field which can be requested can be pulled from the API. Check that in the documentation (https://nasa-pds.github.io/pds-api/) and in the reference implementation (https://github.com/NASA-PDS/registry-api-service) deployed on https://pds-gamma.jpl.nasa.gov/api/swagger-ui.html
The text was updated successfully, but these errors were encountered: