k2db-api-client 0.1.0

Rust HTTP client for the k2db API
Documentation
# 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.0"
```

This crate depends on `k2db-api-contract` and is published under GPL-3.0-only.

Repository: https://github.com/frogfishio/k2db