-
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 that Planet Quota API. The Planet Quota Reservations API allows you to create, estimate, and view existing quota reservations on the Planet platform for compatible products including Planetary Variables, Analysis-Ready PlanetScope (ARPS), and select PlanetScope imagery products. Use the following public documentation pages to understand what the Quota API is, what problems it solves, and what different access patterns look like:
Acceptance Criteria
- The Quota API client wrapper should have feature parity with all of the access patterns defined in the API reference.
- 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.