NASA-PDS / registry-api

Web API service for the PDS Registry, providing the implementation of the PDS Search API (https://github.com/nasa-pds/pds-api) for the PDS Registry.
https://nasa-pds.github.io/pds-api
Other
2 stars 5 forks source link

As a user, I want an end-point of each of the PDS4 IM classes of products #461

Closed tloubrieu-jpl closed 1 year ago

tloubrieu-jpl commented 3 years ago

Motivation

...so that I can easily request only the suclass I am interested in (bundle, collection, observational_products, document, context).

This ticket is needed to implement the Search UI, see https://github.com/nasa-pds/pds.nasa.gov-search/issues/33

Additional Details

We will still have a generic end-point /products which we return any classe of product.

Acceptance Criteria

Given When I perform Then I expect

Engineering Details

This ticket is linked to https://github.com/NASA-PDS/registry-api-service/issues/34

jordanpadams commented 2 years ago

@tloubrieu-jpl is this really necessary? I feel like we can build a query or use faceting to perform this same capability? not sure we want to build out the API in this much detail?

jordanpadams commented 2 years ago

This should be captured by https://github.com/NASA-PDS/pds-api/issues/180

jordanpadams commented 1 year ago

closed per NASA-PDS/pds-api#180 and new design and /classes/ endpoint.