prodapi-0.1.0.0: Some curated and opinionated packages for building Haskell services.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Prod.Echo

Documentation

type EchoApi (segment :: Symbol) a = Summary "returns the input" :> ("echo" :> (segment :> (ReqBody '[JSON] a :> Post '[JSON] a))) Source #