@hackage unleash-client-haskell0.8.1
Unleash feature toggle client
Categories
License
MIT
Maintainer
See README.md
Links
Versions
Installation
Dependencies (11)
- aeson >=2.0.3 && <2.3
- base >=4.7 && <5
- containers >=0.6.4 && <0.7
- http-client-tls >=0.3.6 && <0.4
- http-media >=0.8.0 && <0.9
- mtl >=2.2.2 && <2.4 Show all…
Dependents (0)
unleash-client-haskell
This is an Unleash client SDK for Haskell.
Unleash.Client provides a stateful HTTP client with functions and types for:
- Client configuration
- Client registration
- Fetching feature toggles
- Fetching variants
- Sending metrics
You'll need to spawn threads and handle errors yourself. This is demonstrated in the example application.
unleash-client-haskell is a (working) work in progress and the API is likely to change.
See unleash-client-haskell-core for a bare-bones feature toggle evaluation library.
Available on Hackage.
This project is currently unmaintained.
Build
nix-build
Dependencies
- aeson (BSD-3-Clause)
- containers (BSD-3-Clause)
- http-client-tls (MIT)
- http-media (MIT)
- servant (BSD-3-Clause)
- servant-client (BSD-3-Clause)
- text (BSD-2-Clause)
- time (BSD-2-Clause)
- unleash-client-haskell-core (MIT)
- unliftio (MIT)