seven-client 0.3.0

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

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

MIT.