The Rust SDK is currently under development. This page documents the planned API. Check the GitHub repository for the latest status.
Planned Installation
Add to yourCargo.toml:
Planned Usage
Planned Features
- Fully async with Tokio runtime
- Strongly typed with serde serialization/deserialization
- Builder pattern for client and request configuration
- Automatic retry with exponential backoff
- Rate limit handling
- Generated from the OpenAPI spec
- Zero-copy deserialization where possible
Interim: Direct HTTP with reqwest
Until the SDK is released, you can usereqwest directly: