# Spatio SDK
Generated SDK for the [SpatioAPI](https://www.spatio.app/developers/docs/api). Do not edit by hand. Regenerated from the official OpenAPI spec on every release.
## Install
```bash
cargo add spatio-sdk
```
## Import
```
use spatio_sdk::apis::configuration::Configuration;
```
## Authentication
The SpatioAPI uses Personal Access Tokens. Mint one at **Settings → Tokens** in [Spatio Desktop](https://www.spatio.app) or on [spatio.app](https://www.spatio.app).
## Links
- [SpatioAPI reference](https://www.spatio.app/developers/docs/api)
- [OpenAPI spec](https://api.spatio.app/openapi.json)
- [Spatio on the web](https://www.spatio.app)
## About this package
Generated from the SpatioAPI OpenAPI spec on every release. PRs against generated files will be overwritten on the next release; file issues at https://github.com/spatio-labs/spatio-rust/issues for bugs in the SDK shape.
Licensed under MIT.