servant-server-namedargs: Automatically derive API server functions with named and optional 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.1.0, 0.1.1.1
Change log CHANGELOG.md
Dependencies base (>=4.11 && <4.13), 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.16), servant-namedargs (>=0.1 && <0.2), servant-server (>=0.14.1 && <0.16), 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
Revised Revision 1 made by CullinPoresky at 2019-01-26T04:15:39Z
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-01-25T18:40:38Z
Distributions
Downloads 1322 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-01-25 [all 1 reports]

Readme for servant-server-namedargs-0.1.0.0

[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.