sms77-client 0.2.0

Official API client for the Sms77.io SMS Gateway.
Documentation

Sms77.io Logo

Official API Client for Rust

Installation

Add to Cargo.toml

[dependencies]
sms77-client = "0.1.0"

Example

let client = Client::new("MySecretApiKeyFromSms77.io!".to_string());
println!("Balance: {}", client.get().is_ok());

Support

Need help? Feel free to contact us.

License

MIT.