Official API Client for Rust

Installation

Add to Cargo.toml

toml [dependencies] seven-client = "0.3.0"

Example

rust let client = Client::new("MySecretApiKeyFromSeven.io!".to_string()); println!("Balance: {}", client.get().is_ok());

Support

Need help? Feel free to contact us.

License

MIT.