servant-client-namedargs: Automatically derive API client 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), named (>=0.2 && <0.3), servant (>=0.14.1 && <0.16), servant-client-core (>=0.14.1 && <0.16), servant-namedargs (>=0.1.1 && <0.2), text (>=1.2 && <1.3) [details]
License BSD-3-Clause
Author Cullin Poresky
Maintainer cporeskydev@gmail.com
Category Web
Home page https://gitlab.com/sciencei/servant-client-namedargs
Bug tracker https://gitlab.com/sciencei/servant-client-namedargs/issues
Uploaded by CullinPoresky at 2019-02-26T04:51:21Z
Distributions
Downloads 1299 total (9 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-02-26 [all 1 reports]

Readme for servant-client-namedargs-0.1.1.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 the behavior of specific combinators.