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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:


[Skip to Readme]

Properties

Versions 0.1.0.0, 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
Category Web
Uploaded by CullinPoresky at 2019-01-25T18:39:51Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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.