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.16 && <0.17), servant-client-core (>=0.16 && <0.17), servant-namedargs (>=0.1.1 && <0.3), 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-03-22T20:41:00Z
Distributions
Downloads 1294 total (11 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-client-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 the behavior of specific combinators.