servant-swagger
Version 1.2 revision 2 uploaded by maksbotan.
Package meta
- Synopsis
- Generate a Swagger/OpenAPI/OAS 2.0 specification for your servant API.
- Description
Swagger is a project used to describe and document RESTful APIs. The core of the project is the OpenAPI Specification (OAS). This library implements v2.0 of the spec. Unlike Servant it is language-agnostic and thus is quite popular among developers in different languages. It has also existed for a longer time and has more helpful tooling.
This package provides means to generate a Swagger/OAS specification for a Servant API and also to partially test whether an API conforms with its specification.
Generated Swagger specification then can be used for many things such as
displaying interactive documentation using Swagger UI;
generating clients and servers in many languages using Swagger Codegen;
and many others.
- Author
- Servant Contributors
- Bug reports
- https://github.com/haskell-servant/servant/issues
- Category
- Web, Servant, Swagger
- Copyright
- (c) 2015-2018, Servant contributors
- Homepage
- https://github.com/haskell-servant/servant/tree/master/servant-swagger#readme
- Maintainer
- haskell-servant-maintainers@googlegroups.com
- Package URL
- n/a
- Stability
- n/a