Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 393 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 393 Bytes

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