This repository has been archived by the owner on Dec 22, 2022. It is now read-only.
(1) Replace 'lidvid' with 'identifier', (2) 'latest' and 'all' APIs #76
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🗒️ Summary
(1) Replace 'lidvid' with 'identifier'
(2) 'latest' and 'all' APIs - implemented
collections_of_a_bundle_all (bundle/{lidvid}/collections/all)
collections_of_a_bundle_latest (bundle/{lidvid}/collections/latest)
products_of_a_collection_all (collection/{lidvid}/products/all)
(3) 'latest' and 'all' APIs - added the API, but it returns the same results as
collection/{lidvid}/products/all
products_of_a_collection_latest (collection/{lidvid}/products/latest)
See NASA-PDS/pds-api#108 and NASA-PDS/pds-api#115
⚙️ Build Instructions
pds-api-javalib
project fromswaggerhub-pds_federated_api-pds-api-115
branch (mvn install
)registry-api-service
) project