Plaidex

Some would call this a client library for Plaid, but it's simply a little bit of code on top of HTTPoison made for use in Leather

Installation

Add plaidex to your list of dependencies in mix.exs:

def deps do
  [
    {:plaidex, "~> 0.1.0"}
  ]
end

Configuration

Configuration can be done two ways, with environment variables or with Process.

or from within a process: