Description
Automatically derives client querying functions from Servant API definitions. This lets Haskell code call an API using functions generated from the same typed description used by the server.
It is useful for API clients, tests, services that call other services, and shared client/server Haskell codebases. It is a developer library and needs an API definition to be useful.