#sms #tts #api-client #api-bindings #mnp #hlr #cnam

seven-client

Official API client for the seven.io SMS Gateway

1 unstable release

0.3.0 Jul 27, 2023

#24 in #sms

MIT license

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

MIT.

Dependencies

~3–4MB
~110K SLoC