A Haskell client for our ESB.
To install HelpEsbClient
as a GHC Library, do:
cabal install help-esb
If you want to build it from scratch:
- Install the haskell-platform.
cabal install missingh aeson uuid
- Import
HelpEsbClient
into your microservice and go!
Included is a basic implementation that simply logs into the ESB, verifies the login, then listens and logs out raw input from its subscriptions.
To run it for yourself do:
cd examples
ghc -i../ Basic.hs
./Basic