Usage
use PlaidClient;
async
This example loads the client from the environment variables, specifically:
PLAID_CLIENT_ID
PLAID_SECRET
PLAID_VERSION
PLAID_ENV
: one ofsandbox
,development
, orproduction
Installation
Add this to your Cargo.toml:
[]
= "2"
Documentation
Previous Versions
This library has undergone several iterations due to being a community effort rather than officially supported by Plaid.
- 1.x: The source code can be found at https://github.com/ammubhave/plaid-rs.
- <= 0.2.0: The source code can be found at https://github.com/nathankot/plaid-rust.
Contributing
Your contribution is highly appreciated. Do not hesitate to open an issue or a pull request. Note that any contribution submitted for inclusion in the project will be licensed according to the terms given in the project license.
Library created with Libninja.