Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).