hoauth2-providers-0.7.1: OAuth2 Identity Providers
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.OAuth2.Provider.StackExchange

Description

Documentation

data StackExchangeResp Source #

Instances

Instances details
FromJSON StackExchangeResp Source # 
Instance details

Defined in Network.OAuth2.Provider.StackExchange

Generic StackExchangeResp Source # 
Instance details

Defined in Network.OAuth2.Provider.StackExchange

Associated Types

type Rep StackExchangeResp :: Type -> Type #

Show StackExchangeResp Source # 
Instance details

Defined in Network.OAuth2.Provider.StackExchange

type Rep StackExchangeResp Source # 
Instance details

Defined in Network.OAuth2.Provider.StackExchange

type Rep StackExchangeResp = D1 ('MetaData "StackExchangeResp" "Network.OAuth2.Provider.StackExchange" "hoauth2-providers-0.7.1-Gaa8zV3oDmxJtZ25W7gXwG" 'False) (C1 ('MetaCons "StackExchangeResp" 'PrefixI 'True) ((S1 ('MetaSel ('Just "hasMore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "quotaMax") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer)) :*: (S1 ('MetaSel ('Just "quotaRemaining") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Integer) :*: S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [StackExchangeUser]))))

data StackExchangeUser Source #