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
...so that the api_client is automatically updated when the specification is updated. Also so that we have the generated code releases traceable in a repo (currently the release packages are only kept in pypi)
Additional Details
We can alo add integration tests in the github action
Motivation
...so that the api_client is automatically updated when the specification is updated. Also so that we have the generated code releases traceable in a repo (currently the release packages are only kept in pypi)
Additional Details
We can alo add integration tests in the github action
Acceptance Criteria
Given When I perform Then I expect
Engineering Details