# k2db-api-client
Rust client for the k2db HTTP API.
## What it provides
- Typed requests and responses over the k2db HTTP surface.
- Reqwest-based transport with shared header handling.
- Optional API key, scope, and request header overrides.
- Read caching and in-flight request coalescing helpers.
## Install
```toml
[dependencies]
k2db-api-client = "0.1.1"
```
This crate depends on `k2db-api-contract` and is published under MIT.
Repository: https://github.com/frogfishio/k2db