11 lines
339 B
Markdown
11 lines
339 B
Markdown
# Rust SDK
|
|
|
|
```toml
|
|
[dependencies]
|
|
as213905-sdk = { git = "https://git.datacoria.com/Phylex/production-as213905.git", branch = "recovery/native-geofeeds-20260814" }
|
|
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
|
```
|
|
|
|
The async client uses `reqwest` with rustls and exposes typed models for every
|
|
documented operation.
|