@hackage servant-server-namedargs0.1.1.1
Automatically derive API server functions with named and optional parameters
Categories
License
BSD-3-Clause
Maintainer
cporeskydev@gmail.com
Links
- Homepage
- Documentation
- No source repository
- Changelog
- Security
Versions
Installation
Dependencies (11)
- 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 Show all…
Dependents (1)
@hackage/servant-client-namedargs
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.