# k2db-api-contract
Shared Rust contract types for the k2db HTTP API.
## What it provides
- Request and response DTOs for health, readiness, search, aggregate, count, patch, restore, and versioned update flows.
- Authorization header parsing helpers.
- Problem-details compatible error payload types.
## Install
```toml
[dependencies]
k2db-api-contract = "0.1.1"
```
This crate is published under MIT.
Repository: https://github.com/frogfishio/k2db