OrchestrateDB-1.0.0.1: Unofficial Haskell Client Library for the Orchestrate.io API

Copyright(c) Adrian Dawid 2015
LicenseBSD3
Maintaineradriandwd@gmail.com
Stabilitystable
Safe HaskellNone
LanguageHaskell2010

Database.Orchestrate.Types

Description

This module conatins Haskell types which represent all necessary JSON patterns used by the Orchestrate.io API.

Synopsis

Documentation

data OrchestrateApplication Source

A data type, that represents an Orchestrate application. It stores an api key (generated online) and a https-endpoint.

data OrchestrateCollection Source

Represents a collection inside an OrchestrateApplication, it stores all data necessary to access it.

data OrchestratePath Source

Represents a path, as it is returned by the LIST and SEARCH function. Right now it is not actually used, but it might be useful in the future.

resultValuesAsList :: OrchestrateIntermediateResult a => [a] -> [Object] Source