BSD-3-Clause licensed and maintained by Oleg Grenrus
This version can be pinned in stack with:servant-swagger-ui-0.2.0.2.1.5@sha256:cd0f97ba669671dd13af499483c4e0262e7fd032a50e97396dc56bec8256c869,5547

Module documentation for 0.2.0.2.1.5

servant-swagger-ui

Servant support for yaml

Build Status Hackage Stackage LTS 5 Stackage Nightly

Example

example screenshot

Check example/Main.hs for an example.

Development

Updating of bundled swagger-ui version:

  • Extract dist directory of swagger-ui into swagger-dist-<version>
  • move index.html into index.html.tmpl, do the diff, port the changes
  • search replace the embbeded directory (in Servant/Swagger/UI.hs)
  • test it works

Changes

  • 0.2.0.2.1.5

  • 0.1.1.2.1.4

    • Documentation and example improvements