briteverify-rs

briteverify-rs provides a type-safe, ergonomic client for the BriteVerify API based on the popular reqwest HTTP client library.

It aims to provide a simple and convenient way to interact with the BriteVerify API from Rust. It tries to be easy to use, with a focus on allowing devs to quickly get up and running with the API.

License

AGPL-3.0-or-later

Basic Usage

```rust let response: AccountCreditBalance = BriteVerifyClient::new("YOUR API KEY HERE")? .getaccountbalance() .await?;

println!("{response:#?}"); ```

Features

briteverify-rs provides:


TODO: