Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data MaestroApiV1 route #
MaestroApiV1 | |
|
Instances
newtype MaestroApiV1Auth route #
MaestroApiV1Auth | |
|
Instances
Generic (MaestroApiV1Auth route) # | |
Defined in Maestro.API.V1 type Rep (MaestroApiV1Auth route) ∷ Type → Type # from ∷ MaestroApiV1Auth route → Rep (MaestroApiV1Auth route) x # to ∷ Rep (MaestroApiV1Auth route) x → MaestroApiV1Auth route # | |
type Rep (MaestroApiV1Auth route) # | |
Defined in Maestro.API.V1 type Rep (MaestroApiV1Auth route) = D1 ('MetaData "MaestroApiV1Auth" "Maestro.API.V1" "maestro-sdk-1.7.3-inplace" 'True) (C1 ('MetaCons "MaestroApiV1Auth" 'PrefixI 'True) (S1 ('MetaSel ('Just "apiV1") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (route :- (Header' '[Required] "api-key" Text :> ToServantApi MaestroApiV1))))) |