📄️ Typescript
You can use the openapi-typescript package to generate a TypeScript client from the OpenAPI specification of the Rest API. This will allow you to have type-safe access to the API endpoints and data structures.
📄️ Python
You can use the openapi-python-client package to generate a Python client from the OpenAPI specification of the Rest API. This will allow you to have type-safe access to the API endpoints and data structures.
📄️ Rust
You can use the progenitor crate to generate a Rust client from the OpenAPI specification of the Rest API. This will allow you to have type-safe access to the API endpoints and data structures.