Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seven-io/rust-client
Official Rust API Client for seven.io
https://github.com/seven-io/rust-client
api-client cnam hlr mnp rust sdk sms tts
Last synced: 3 days ago
JSON representation
Official Rust API Client for seven.io
- Host: GitHub
- URL: https://github.com/seven-io/rust-client
- Owner: seven-io
- License: mit
- Created: 2021-03-23T16:43:59.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T14:46:00.000Z (9 months ago)
- Last Synced: 2024-04-11T17:15:59.056Z (9 months ago)
- Topics: api-client, cnam, hlr, mnp, rust, sdk, sms, tts
- Language: Rust
- Homepage: https://crates.io/crates/seven-client
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Official API Client for Rust
## Installation
`cargo add seven-client`
### Example
```rust
let client = Client::new("MySecretApiKeyFromSeven.io!".to_string());
println!("Balance: {}", client.get().is_ok());
```#### Support
Need help? Feel free to [contact us](https://www.seven.io/en/company/contact).
##### License
[![MIT](https://img.shields.io/badge/License-MIT-teal.svg)](LICENSE).