servant-namedargs: Combinators for servant providing named parameters

[ bsd3, library, web ] [ Propose Tags ]

Modules

[Index] [Quick Jump]

Downloads

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

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.1.0, 0.1.1.1
Change log CHANGELOG.md
Dependencies base (>=4.11 && <4.13), named (>=0.2 && <0.3), servant (>=0.14.1 && <0.16), text (>=1.2 && <1.3) [details]
License BSD-3-Clause
Author Cullin Poresky
Maintainer cporeskydev@gmail.com
Revised Revision 1 made by CullinPoresky at 2019-01-26T04:13:42Z
Category Web
Home page https://gitlab.com/sciencei/servant-namedargs
Bug tracker https://gitlab.com/sciencei/servant-namedargs/issues
Uploaded by CullinPoresky at 2019-01-25T18:21:37Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 1840 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-01-25 [all 1 reports]

Readme for servant-namedargs-0.1.0.1

[back to package description]

This library provides combinators to add named arguments to servant endpoints. These combinators are all isomorphic to existing servant combinators, and so a type family Transform is also provided for converting namedargs combinators to and from default servant combinators. Following the pattern of servant itself, this library only adds the combinators and instances for link generation: for the instances to actually use them with servant-client and servant-server, look at servant-client-namedargs and servant-server-namedargs.