webgear-swagger

Composable, type-safe library to build HTTP API servers

https://github.com/haskell-webgear/webgear#readme

Version on this page:1.3.0@rev:1
LTS Haskell 23.1:1.3.1
Stackage Nightly 2024-12-09:1.3.1
Latest on Hackage:1.3.1

See all snapshots webgear-swagger appears in

MPL-2.0 licensed by Raghu Kaippully
Maintained by [email protected]
This version can be pinned in stack with:webgear-swagger-1.3.0@sha256:98033eede4d6d86aa95dd28788db0e222e9db97fff5775232273f0913bfb6d6b,3700

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.

Changes

Changelog for webgear-swagger

Unreleased

1.3.0 - 2024-06-13

Changed

  • Simplify core API (breaking change) (#47)
  • Reimplement Swagger/OpenAPI internals (#45)

1.2.0 - 2024-03-18

Added

  • Prerequisite traits (#37)

1.1.1 - 2024-01-01

Changed

  • Updated dependency bounds and GHC versions (#35)

1.1.0 - 2023-12-29

Added

  • Streaming responses support (#26)
  • Support for cookies (#29)
  • Support file uploads (#32)
  • First version of webgear-swagger