BSD-3-Clause licensed by Sasha Bogicevic
Maintained by Sasha Bogicevic
This version can be pinned in stack with:plaid-0.1.0.4@sha256:651d75144847b752752d4b8d1e9901e87baac799e5e1a420c3e32b0d2143a843,4148

Module documentation for 0.1.0.4

Build Status Hackage

This is a Haskell library for interacting with plaid.com api.

It utilizes some of the nice ideas presented in the GDP paper and in general tries to stay out of your way and let you issue plaid.com api calls easily.

You should check out the /examples/Main.hs to see some of the examples of using the lib.

Contributing

I encourage you to play with the library, open up issues, get yourself involved.

Plan is to build nice documentation with helpful examples.

I don’t have specific code style guidelines, just follow the code style that you already see.

There is a stylish-haskell.yaml file in the root and it would be nice if you can configure your editor to use it.

Please squash your commits into one when issuing a PR so we keep a nice git timeline.

Changes

Changelog for plaid

v 1.0.0.4 Bump the ghc version to 8.8.3 LTS 15.4 Fix the base version constraint Remove hspec-wai-json dependency