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

Safe HaskellNone
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