webgear-swagger-1.3.0: Composable, type-safe library to build HTTP API servers
Safe HaskellSafe-Inferred
LanguageHaskell2010

WebGear.Swagger.Trait.Path

Description

Swagger implementation of path traits.

Orphan instances

Get (SwaggerHandler m :: Type -> Type -> Type) Path Source # 
Instance details

Methods

getTrait :: forall (ts :: [Type]). Prerequisite Path ts => Path -> SwaggerHandler m (With Request ts) (Either (Absence Path) (Attribute Path Request)) #

Get (SwaggerHandler m :: Type -> Type -> Type) PathEnd Source # 
Instance details

KnownSymbol tag => Get (SwaggerHandler m :: Type -> Type -> Type) (PathVar tag val) Source # 
Instance details

Methods

getTrait :: forall (ts :: [Type]). Prerequisite (PathVar tag val) ts => PathVar tag val -> SwaggerHandler m (With Request ts) (Either (Absence (PathVar tag val)) (Attribute (PathVar tag val) Request)) #