Unofficial GoCardless Rust SDK
An unofficial rust library to interact with the GoCardless Bank Account Data API.
Usage
Add the following to Cargo.toml
[]
= "0.1"
use Client;
pub async
See here for more examples.
Authorization
Head to the User Secrets page, generate a new user secret and copy both the secret ID and secret key.
Next, pass the secret ID and secret key to the Client::new constructor as String!