webgear-swagger: Composable, type-safe library to build HTTP API servers

[ library, mpl, web ] [ Propose Tags ]

WebGear is a library to for building composable, type-safe HTTP API servers. This package can be used to generate Swagger 2.0 specifications from WebGear applications.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.1.0, 1.1.1, 1.2.0
Change log CHANGELOG.md
Dependencies arrows (>=0.4 && <0.5), base (>=4.13.0.0 && <4.20), http-types (>=0.12 && <0.13), insert-ordered-containers (>=0.2 && <0.3), lens (>=4.18.1 && <5.3), swagger2 (>=2.6 && <2.9), text (>=1.2.0.0 && <2.2), webgear-core (>=1.2.0 && <1.3) [details]
License MPL-2.0
Copyright 2023-2024 Raghu Kaippully
Author Raghu Kaippully
Maintainer rkaippully@gmail.com
Category Web
Home page https://github.com/haskell-webgear/webgear#readme
Bug tracker https://github.com/haskell-webgear/webgear/issues
Source repo head: git clone https://github.com/haskell-webgear/webgear
Uploaded by rkaippully at 2024-03-18T08:12:21Z
Distributions NixOS:1.2.0, Stackage:1.2.0
Downloads 80 total (20 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-03-18 [all 1 reports]

Readme for webgear-swagger-1.2.0

[back to package description]

WebGear - HTTP API server

Hackage

WebGear is a Haskell library for building composable, type-safe HTTP APIs. This package helps to generate Swagger 2.0 specifications from WebGear API specifications.