planet-client-python icon indicating copy to clipboard operation
planet-client-python copied to clipboard

Get info from Data API spec

Open kevinlacaille opened this issue 2 years ago • 1 comments

Instead of getting information from the Orders API spec for the Data client, as is done currently (i.e., planet/data/orders_product_bundle_2022_02_02.json), let's grab that info from the Data API spec.

Steps:

  1. Download the spec from the Data API: curl -O https://api.planet.com/data/v1/spec
  2. Write where data spec came from in README (planet/data/README.md)
  3. Find all item types from the data spec

kevinlacaille avatar Aug 02 '22 19:08 kevinlacaille

Possible duplicate https://github.com/planetlabs/planet-client-python/issues/619.

asonnenschein avatar Aug 08 '24 19:08 asonnenschein