Skip to content

rammano3/help-esb.hs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

help-esb.hs

A Haskell client for our ESB.

Installation

To install HelpEsbClient as a GHC Library, do:

cabal install help-esb

If you want to build it from scratch:

  1. Install the haskell-platform.
  2. cabal install missingh aeson uuid
  3. Import HelpEsbClient into your microservice and go!

examples/Basic.hs

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:

  1. cd examples
  2. ghc -i../ Basic.hs
  3. ./Basic

About

A Haskell client for our ESB.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published