oanda-rest-api: Client to the OANDA REST API

[ api, bsd3, library ] [ Propose Tags ]

Client to the OANDA REST API


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.3.0.0, 0.4.0, 0.4.1
Change log CHANGES.md
Dependencies aeson (>=0.8.0), base (>=4.8 && <5), bytestring (>=0.10.0), conduit, containers (>=0.5.2), Decimal (>=0.4.2), http-client, http-conduit, lens (>=4.0), old-locale (>=1.0.0.6), resourcet, scientific (>=0.3.3.0), text (>=1.2.0), thyme, transformers, vector (>=0.10.0) [details]
License BSD-3-Clause
Copyright (c) 2015-2016 John David Reaver
Author John David Reaver
Maintainer johndreaver@gmail.com
Category API
Home page https://github.com/jdreaver/oanda-rest-api#readme
Bug tracker https://github.com/jdreaver/oanda-rest-api/issues
Source repo head: git clone https://github.com/jdreaver/oanda-rest-api
Uploaded by jdreaver at 2017-06-13T04:46:55Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2984 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-06-13 [all 1 reports]

Readme for oanda-rest-api-0.4.1

[back to package description]

oanda-rest-api

Build Status

This library implements a Haskell client to the OANDA v20 REST API.

Status

Right now the only methods I have implemented are the ones I currently use. Feel free to make a PR or open an issue if there is a missing API endpoint that you need.