webgear-openapi-1.0.3: Composable, type-safe library to build HTTP API servers
Safe HaskellNone
LanguageHaskell2010

WebGear.OpenApi.Trait.Path

Description

OpenApi implementation of path traits.

Orphan instances

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

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

(KnownSymbol tag, ToSchema val) => Get (OpenApiHandler m :: Type -> Type -> Type) (PathVar tag val) Request Source # 
Instance details

Methods

getTrait :: forall (ts :: [Type]). PathVar tag val -> OpenApiHandler m (Linked ts Request) (Either (Absence (PathVar tag val) Request) (Attribute (PathVar tag val) Request)) #