Holmusk/swagger-decoder

Type definiitions and decoders for working with swagger.json


License
BSD-3-Clause
Install
elm-package install Holmusk/swagger-decoder 1.0.0

Documentation

Elm Swagger Decoder

This is a useful decoder if you want to work directly with a swagger.json file.

** Warning ** This is a minimal definition and does not contain all the decoders for the fields specified in the swagger specification.

It currently excludes the following top level fields:

  • Global parameters
  • Global responses
  • Security definitions
  • Security
  • Tags
  • External Docs