planet-client-python
planet-client-python copied to clipboard
implement data api item functions
implement the following item functions in the SDK
- get_item
- get_item_type
- list_item_types
#501 depends
@jreiberkyle Some clarifying questions:
- Is get_item referring to
item_get
in our CLI interface docs? - Does get_item_type mean the
ITEM_TYPE
argument withinitem_get
? - Also where does the list_item_types come in?
@mkshah605 this is for the python api, that is, the client functions.