Crates.io | seven-client |
lib.rs | seven-client |
version | 0.3.0 |
source | src |
created_at | 2023-07-27 12:56:25.781803 |
updated_at | 2023-07-27 12:56:25.781803 |
description | Official API client for the seven.io SMS Gateway. |
homepage | https://github.com/seven-io/rust |
repository | https://github.com/seven-io/rust.git |
max_upload_size | |
id | 927366 |
size | 44,507 |
Add to Cargo.toml
[dependencies]
seven-client = "0.3.0"
let client = Client::new("MySecretApiKeyFromSeven.io!".to_string());
println!("Balance: {}", client.get().is_ok());
Need help? Feel free to contact us.