Interpret a Servant API as a Snap server, using any Snaplets you like.
You can learn about the basics of servant in the Servant tutorial, and about the basics of Snap at the Snaplets tutorial
Here
is a runnable example, with comments, that defines a dummy API and implements
a webserver that serves this API, using this package. One route delegates to the Auth snaplet, another delegates to Heist.
CHANGELOG