@hackage servant-client-namedargs0.1.1.1
Automatically derive API client 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 (6)
- 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 Show all…
Dependents (0)
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.