plaid: Plaid.com api integration library

[ bsd3, data, library, network, plaid, program, web ] [ Propose Tags ]

Plaid is a library for interacting with https://plaid.com

Plaid.com connects the users to their bank accounts via the app and this library provides programmatic access to all these features.

Please take a look at examples folder to easily get started.

Haskell examples in the plaid documentation come from this library.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4
Change log ChangeLog.md
Dependencies aeson, base (>=4.6 && <5), bytestring, casing, conduit, conduit-extra, containers, either, http-client, http-client-tls, http-conduit, microlens, microlens-th, mtl, network, plaid, pretty-simple, raw-strings-qq, safe-exceptions, text, time, transformers [details]
License BSD-3-Clause
Copyright 2019 Sasa Bogicevic
Author Sasha Bogicevic
Maintainer Sasha Bogicevic <sasa.bogicevic@pm.me>
Category Data, Web, Network, Plaid
Home page https://github.com/v0d1ch/plaid#readme
Bug tracker https://github.com/v0d1ch/plaid/issues
Source repo head: git clone https://github.com/v0d1ch/plaid
Uploaded by v0d1ch at 2020-03-17T16:06:15Z
Distributions LTSHaskell:0.1.0.4, NixOS:0.1.0.4, Stackage:0.1.0.4
Executables plaid
Downloads 1242 total (18 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-03-17 [all 1 reports]

Readme for plaid-0.1.0.4

[back to package description]

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.