Module plaid::api [] [src]

The namespace that everything in this library falls under.

Reexports

pub use self::data::account;
pub use self::data::transaction;
pub use self::data as types;

Modules

client

Data structures and methods that interact with Plaid via HTTP.

data

Types that define data structures that are returned from the API.

error

Namespace for error definitions. Responses are only considered to be errors if they fall outside of the expected user flow. By that definition, all non 2XX HTTP response codes are considered an error.

mfa

Data structures and implementations related to multi-factor-authentication.

product

Product definitions that provide endpoint and response deserialization information.

user

User-related data structures.