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

sms77-client

Official API client for the Sms77.io SMS Gateway

2 unstable releases

0.2.0 Mar 30, 2021
0.1.0 Mar 26, 2021

#28 in #sms

Custom license

29KB
833 lines

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.

Dependencies

~3–4MB
~111K SLoC