servant-openapi3
Swagger is a project used to describe and document RESTful APIs. The core of the project is the OpenAPI Specification (OAS). This library implements v3.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.
hackage.haskell.org
2.0.0
over 5 years ago
9
8,101 total
4
17
Links
| Registry | hackage.haskell.org |
| Source | Repository |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
Repository
| Stars | 44 on GitHub |
| Forks | 33 on GitHub |
| Commits | 258 |
| Committers | 23 |
| Avg per Author | 11.217 |
| DDS | 0.628 |