Description
Dependently typed API servers with Serv.
Description
Implement Network.Wai
style servers matching Serv.Api
style API descriptions.
This package offers tools for building lightweight API servers to match APIs described using the types from Serv.Api
. You implement endpoints matching the API types in whatever monad you desire (providing a "run" function to IO
) and the server is automatically generated from there.
See the README for more details.