OrchestrateDB

Unofficial Haskell Client Library for the Orchestrate.io API

https://github.com/dwd31415/Haskell-OrchestrateDB

Latest on Hackage:1.0.0.3

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Adrian Dawid
Maintained by [email protected]

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.