wire-api-0.1.0
Safe HaskellSafe-Inferred
LanguageGHC2021

Wire.API.Routes.Internal.Cargohold

Documentation

type InternalAPI = "i" :> (("status" :> MultiVerb 'GET '() '[RespondEmpty 200 "OK"] ()) :<|> Named "iGetAsset" ("assets" :> (Capture "key" AssetKey :> Get '[JSON] Text))) Source #