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

Generate the code of api_client in a github action #9

Open tloubrieu-jpl opened 3 years ago

tloubrieu-jpl commented 3 years ago

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

jordanpadams commented 3 years ago

not super critical, so deferring to next build