Struct plaid::api::client::Client
[−]
[src]
pub struct Client<'a> { pub endpoint: &'a str, pub client_id: &'a str, pub secret: &'a str, pub hyper: &'a Client, }
Client
Represents a Plaid API consumer. Encapsulates the endpoint
,
client_id
and secret
of the consumer.
This is where all requests to the API start.
Fields
endpoint | E.g |
client_id | Your application's |
secret | Your application's |
hyper | The instance of |