Skip to content

Commit b48af70

Browse files
authored
Merge pull request #234 from planetlabs/v2-orders-217
create orders api client
2 parents f74cd7f + 9182511 commit b48af70

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+2954
-7079
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: python
22
python:
3-
- "2.7"
4-
- "3.4"
3+
- "3.6"
4+
- "3.7"
5+
- "3.8"
56
cache:
67
directories:
78
- $HOME/.cache/pip

data/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# data
2+
This directory contains static external resources used by the codebase.
3+
4+
## orders_product_bundle_2020_03_10.json
5+
This file was downloaded from the Planet
6+
[Product Bundles Reference](https://developers.planet.com/docs/orders/product-bundles-reference/)
7+
page and is stored without any adjustments.

0 commit comments

Comments
 (0)