servant-queryparam-core: Use records for query parameters in servant APIs.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- No 'category' field.
- These packages miss upper bounds: - first-class-families - servant Please add them, using `cabal gen-bounds` for suggestions. For more information see: https://pvp.haskell.org/
Having positional parameters in servant
can be error-prone, especially if there are a lot of them and they have similar types.
This package solves that problem by letting one use records to specify query parameters in servant
APIs.
Use servant-queryparam-server for servers and servant-queryparam-client for clients.
Properties
Versions | 0.0.1, 0.0.1, 1.0.0, 2.0.0, 2.0.1 |
---|---|
Change log | None available |
Dependencies | base (>=4.16 && <5), first-class-families (>=0.8.0.0), servant (>=0.19) [details] |
License | BSD-3-Clause |
Copyright | Kristof Bastiaensen 2020 |
Author | |
Maintainer | https://github.com/deemp |
Source repo | head: git clone https://github.com/deemp/servant-queryparam |
Uploaded | by deemp at 2023-05-23T13:57:10Z |
Modules
[Index] [Quick Jump]
Downloads
- servant-queryparam-core-0.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees