-
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 Reports API. The Planet Reports API allows Organization Administrators to download usage reports systematically for internal processing and analysis. Reports downloaded from the API are the exact same reports available from the user interface accessible from your Account at www.planet.com/account. Use the following public documentation pages to understand what the Reports API is, what problems it solves, and what different access patterns look like:
- https://docs.planet.com/develop/apis/reports/
- https://docs.planet.com/develop/apis/reports/reference/
Acceptance Criteria
- The Reports API client wrapper should have feature parity with all of the access patterns defined in the API reference.
- 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.