-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Labels
Description
Description
Implement a client wrapper in the SDK and CLI that supports the Planet Tasking API. The Planet Tasking API is a programmatic interface that enables customers to manage and request high-resolution imagery collection in an efficient and automated way. Use the following public documentation pages to understand what the Tasking API is, what problems it solves, and what different access patterns look like:
- https://docs.planet.com/develop/apis/tasking/
- https://docs.planet.com/develop/apis/tasking/flexible_tasking/
- https://docs.planet.com/develop/apis/tasking/assured_tasking/
- https://docs.planet.com/develop/apis/tasking/notifications_and_history/
- https://docs.planet.com/develop/apis/tasking/archive_tasking/
- https://docs.planet.com/develop/apis/tasking/reference/
Acceptance Criteria
- The Tasking API client wrapper should have feature parity with all of the access patterns defined in the API reference.
- Use the Tasking API documentation to identify and implement value add SDK methods and/or CLI commands that simplify workflows if possible.
- Follow code conventions and patterns from existing SDK client implementations.
- Include an async client SDK.
- Include a sync client SDK.
- Use the async client SDK to implement a CLI.
- Include unit tests for the async client, sync client, and CLI.
- Include integration tests for the async client, sync client, and CLI.