hercules-ci-api-0.8.0.0: Hercules CI API definition with Servant
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hercules.API.ClientInfo

Documentation

data ClientInfoAPI auth f Source #

Constructors

ClientInfoAPI 

Fields

Instances

Instances details
Generic (ClientInfoAPI auth f) Source # 
Instance details

Defined in Hercules.API.ClientInfo

Associated Types

type Rep (ClientInfoAPI auth f) :: Type -> Type #

Methods

from :: ClientInfoAPI auth f -> Rep (ClientInfoAPI auth f) x #

to :: Rep (ClientInfoAPI auth f) x -> ClientInfoAPI auth f #

type Rep (ClientInfoAPI auth f) Source # 
Instance details

Defined in Hercules.API.ClientInfo

type Rep (ClientInfoAPI auth f) = D1 ('MetaData "ClientInfoAPI" "Hercules.API.ClientInfo" "hercules-ci-api-0.8.0.0-inplace" 'False) (C1 ('MetaCons "ClientInfoAPI" 'PrefixI 'True) (S1 ('MetaSel ('Just "getClientInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (f :- ("client" :> ("info" :> (auth :> Get '[JSON] ClientInfo)))))))