api-tools-0.10.1.0: DSL for generating API boilerplate and docs
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.API.API

Description

This module converts an API specified with the DSL into a JSON-encoded object so that it can be used in clients.

Synopsis

Documentation

apiAPI :: API Source #

API description of the api-tools API itself

extractAPI :: API -> Value Source #

Take an API spec and generate a JSON description of the API

Orphan instances

FromJSONWithErrs Thing Source #

Generate an API spec from the JSON

Instance details