@hackage servant-server-namedargs0.1.0.0
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 (10)
- 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 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.