Initial AS213905 SDK release
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# Rust SDK
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
as213905-sdk = { git = "https://git.datacoria.com/Phylex/as213905-sdk.git" }
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
||||
```
|
||||
|
||||
The async client uses `reqwest` with rustls and exposes typed models for every
|
||||
documented operation.
|
||||
Reference in New Issue
Block a user