Feature Request
Problem Statement
Lack of an authoritative OpenAPI specification and SDKs makes it harder for integrators and reduces adoption potential.
Proposed Solution
Produce a complete OpenAPI v3 spec for the REST surface and add CI-driven SDK generation for TypeScript and Python clients.
Alternatives Considered
Manually maintaining docs increases drift and makes automated SDKs unreliable.
Additional Context
Include example client usage and CI artifacts so Grant reviewers can run end-to-end demos easily.
Implementation Ideas (Optional)
- Use openapi-generator or similar in CI to publish SDK artifacts
- Keep specs in sync via tests that validate generated SDKs against a mock server
Would you be willing to contribute?
Feature Request
Problem Statement
Lack of an authoritative OpenAPI specification and SDKs makes it harder for integrators and reduces adoption potential.
Proposed Solution
Produce a complete OpenAPI v3 spec for the REST surface and add CI-driven SDK generation for TypeScript and Python clients.
Alternatives Considered
Manually maintaining docs increases drift and makes automated SDKs unreliable.
Additional Context
Include example client usage and CI artifacts so Grant reviewers can run end-to-end demos easily.
Implementation Ideas (Optional)
Would you be willing to contribute?