servant-swagger: Generate Swagger specification for your servant API.
Swagger™ is a project used to describe and document RESTful APIs. Unlike Servant it is language-agnostic and thus is quite popular among developers in different languages. It also exists for a longer time and has more tools to work with.
This package provides means to generate Swagger specification for a Servant API and also to partially test whether 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.
[Skip to Readme]
Modules
[Index]
Downloads
- servant-swagger-1.1.5.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
- AlpMestanogullari, DavidJohnson, GaelDeest, NickolayKudasov, phadej, MatthiasFischmann, maksbotan, hecate, arianvp, janus
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.0.0.0, 0.0.0.1, 0.1, 0.1.1, 0.1.2, 1.0, 1.0.1, 1.0.2, 1.0.3, 1.1, 1.1.1, 1.1.2, 1.1.2.1, 1.1.3, 1.1.3.1, 1.1.4, 1.1.5, 1.1.6, 1.1.7, 1.1.7.1, 1.1.8, 1.1.9, 1.1.10, 1.1.11, 1.2, 1.2.1 |
---|---|
Change log | CHANGELOG.md |
Dependencies | aeson (>=0.11.2.0 && <1.5), base (>=4.7.0.0 && <4.12), bytestring (>=0.10.4.0 && <0.11), hspec, http-media (>=0.6.3 && <0.8), insert-ordered-containers (>=0.1.0.0 && <0.3), lens (>=4.7.0.1 && <4.18), QuickCheck, servant (>=0.13 && <0.15), singleton-bool (>=0.1.3 && <0.2), swagger2 (>=2.1 && <2.4), text (>=1.2.0.6 && <1.3), unordered-containers (>=0.2.5.1 && <0.3) [details] |
Tested with | ghc ==7.8.4, ghc ==7.10.3, ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.3 |
License | BSD-3-Clause |
Copyright | (c) 2015-2018, Servant contributors |
Author | David Johnson, Nickolay Kudasov |
Maintainer | nickolay.kudasov@gmail.com |
Revised | Revision 5 made by NickolayKudasov at 2018-08-01T14:28:02Z |
Category | Web, Servant, Swagger |
Home page | https://github.com/haskell-servant/servant-swagger |
Bug tracker | https://github.com/haskell-servant/servant-swagger/issues |
Source repo | head: git clone https://github.com/haskell-servant/servant-swagger.git |
Uploaded | by phadej at 2018-02-09T15:10:34Z |
Distributions | Arch:1.2, LTSHaskell:1.2.1, NixOS:1.2.1, Stackage:1.2.1 |
Reverse Dependencies | 23 direct, 15 indirect [details] |
Downloads | 30918 total (120 in the last 30 days) |
Rating | 2.5 (votes: 6) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2018-02-09 [all 1 reports] |