Crate eversend_rust_sdk

Source
Expand description

Rust SDK for interacting with the Eversend API.

Modules§

accounts
A module for interacting with account within Eversend.
auth
A module for interacting with authentication within Eversend.
beneficiaries
collections
crypto
exchange
A module for interacting with exchanges within Eversend.
payouts
transactions
wallets
A module for interacting with the Eversend Wallets API.

Structs§

ApiResponseBody
ApiToken
An API token to authenticate with the Eversend API.
ClientId
A Client ID as shown in the Eversend business dashboard.
ClientSecret
A Client Secret as shown in the Eversend business dashboard.
Eversend
The Eversend client.
EversendBuilder
A builder for an Eversend client.

Enums§

EversendError
An Eversend SDK error.

Constants§

BASE_URL

Traits§

ResponseExtension

Type Aliases§

EversendResult
A Eversend SDK result.