1 unstable release
0.3.0 | Jul 27, 2023 |
---|
#23 in #sms
34KB
991 lines
Official API Client for Rust
Installation
Add to Cargo.toml
[dependencies]
seven-client = "0.3.0"
Example
let client = Client::new("MySecretApiKeyFromSeven.io!".to_string());
println!("Balance: {}", client.get().is_ok());
Support
Need help? Feel free to contact us.
License
Dependencies
~3.5–5MB
~88K SLoC