api-tools-0.8.0.1: DSL for generating API boilerplate and docs

Safe HaskellNone
LanguageHaskell2010

Data.API.API

Contents

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