SDKs
Generating Your Own Client
Section titled “Generating Your Own Client”When the API launches, we will publish an OpenAPI specification. You can generate a client library in your preferred language using tools like:
- openapi-generator — supports 50+ languages
- openapi-typescript — TypeScript types from OpenAPI
- Scalar SDK Generator — modern API client generation
Planned Official SDKs
Section titled “Planned Official SDKs”- TypeScript/JavaScript —
@theterms/sdk(npm) - Python —
theterms(PyPI)