Unofficial Haskell Client Library for the Orchestrate.io API.
An implementation of most of the functions of the Orchestrate.io REST API in Haskell. To get started, see the documentation for the Orchestrate and Orchestrate.REST module below. Because this module does use Data.Aeson
for parsing and encoding JSON you might want to take a look at it's docs too. For some working examples check out the "examples/Test.hs" file and the documentation.
Haskell-OrchestrateDB
How to install this package?
The most convenient way of installing this package is via Hackage, just click on the Hackage badge to get to the project's hackage site. Alternatively, you could also just clone this repository and run the
cabal install
command in it.
Where to find the documentation?
Haddock docs can be found on the hackage project site, but if you want to, you can also build them on your local machine by running
cabal haddock --html
Tests?
Some tests are run automatically after each commit over the Travis-CI service. If the Travis-CI badge says "build passing" everything should be fine.