NASA-PDS / pds-api-client

Python library and API for accessing the online PDS Search API. This repository however only contains the utilities used to generate, test, document and demo the actual pds.api-client package. The library itself is only released on pypi (https://pypi.org/project/pds.api-client/) but not here on github
https://nasa-pds.github.io/pds-api-client/
Apache License 2.0
1 stars 2 forks source link

As a developer, I want to implement new capabilities that wrap the base auto-generated API client. #4

Open jordanpadams opened 3 years ago

jordanpadams commented 3 years ago

Motivation

...so that I can provide a better user experience for people using the API by providing shortcuts and/or common functions that can be utilized by the community.

Additional Details

Acceptance Criteria

Given When I perform Then I expect

Engineering Details