
Official API Client for Rust
Installation
Add to Cargo.toml
[]
= "0.1.0"
Example
let client = new;
println!;
Support
Need help? Feel free to contact us.

Add to Cargo.toml
[dependencies]
sms77-client = "0.1.0"
let client = Client::new("MySecretApiKeyFromSms77.io!".to_string());
println!("Balance: {}", client.get().is_ok());
Need help? Feel free to contact us.