servant-server-namedargs: Automatically derive API server functions with named and optional parameters

[ bsd3, library, web ] [ Propose Tags ]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.1.1
Change log CHANGELOG.md
Dependencies base (>=4.11 && <4.13), bytestring (>=0.10.4 && <0.11), http-api-data (>=0.4 && <0.4.1), http-types (>=0.12.2 && <0.13), named (>=0.2 && <0.3), servant (>=0.14.1 && <0.17), servant-namedargs (>=0.1.1 && <0.2), servant-server (>=0.14.1 && <0.17), string-conversions (>=0.4.0.1 && <0.5), text (>=1.2 && <1.3), wai (>=3.2.1.2 && <3.3) [details]
License BSD-3-Clause
Author Cullin Poresky
Maintainer cporeskydev@gmail.com
Category Web
Home page https://gitlab.com/sciencei/servant-server-namedargs
Bug tracker https://gitlab.com/sciencei/servant-server-namedargs/issues
Uploaded by CullinPoresky at 2019-03-22T20:40:43Z
Distributions
Downloads 1318 total (8 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-03-22 [all 1 reports]

Readme for servant-server-namedargs-0.1.1.1

[back to package description]

This package provides the HasClient instances needed by servant-client to produce functions with named parameters using the combinators in servant-namedargs. See named for more information on how the named parameters work, and the haddocks for information on how specific combinators work.