#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

#25 in #sms

Download history 3/week @ 2024-02-15 12/week @ 2024-02-22 6/week @ 2024-02-29 85/week @ 2024-03-07 15/week @ 2024-03-14

111 downloads per month

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

~2.9–4MB
~110K SLoC