seven-client

Crates.ioseven-client
lib.rsseven-client
version0.3.0
sourcesrc
created_at2023-07-27 12:56:25.781803
updated_at2023-07-27 12:56:25.781803
descriptionOfficial API client for the seven.io SMS Gateway.
homepagehttps://github.com/seven-io/rust
repositoryhttps://github.com/seven-io/rust.git
max_upload_size
id927366
size44,507
André Matthies (matthiez)

documentation

README

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.

Commit count: 0

cargo fmt