servant-haxl-client

automatical derivation of querying functions for servant webservices

http://github.com/ElvishJerricco/servant-haxl-client/

Latest on Hackage:0.2.0.0@rev:2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Will Fancer, Alp Mestanogullari, Sönke Hahn, Julian K. Arni
Maintained by [email protected]

This library lets you derive automatically Haskell functions that let you query each endpoint of a servant webservice.

See the client section of the tutorial. This library replaces the EitherT results with Haxl. runHaxl will throw ServantError in IO in the event of error.