odds-api 0.1.0

Official Rust SDK for odds-api.net
Documentation
1
2
3
4
5
6
7
8
9
# Odds API Rust SDK

This is the official Rust SDK for odds-api.net.

- Keep public naming aligned with the Python and Go SDKs.
- Use `OddsApiClient` as the main client type.
- Keep the default base URL as `https://api.odds-api.net/v1`.
- Send API keys with the `X-API-Key` header.
- Run `cargo fmt`, `cargo test`, and `cargo package --allow-dirty` before publishing.