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

Safe HaskellNone

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 :: APISource

API description of the api-tools API itself

extractAPI :: API -> ValueSource

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