gogol-shopping-content-0.3.0: Google Content API for Shopping SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Content.Accounts.AuthInfo

Contents

Description

Returns information about the authenticated user.

See: Content API for Shopping Reference for content.accounts.authinfo.

Synopsis

REST Resource

type AccountsAuthInfoResource = "content" :> ("v2" :> ("accounts" :> ("authinfo" :> (QueryParam "alt" AltJSON :> Get '[JSON] AccountsAuthInfoResponse)))) Source #

A resource alias for content.accounts.authinfo method which the AccountsAuthInfo request conforms to.

Creating a Request

accountsAuthInfo :: AccountsAuthInfo Source #

Creates a value of AccountsAuthInfo with the minimum fields required to make a request.

data AccountsAuthInfo Source #

Returns information about the authenticated user.

See: accountsAuthInfo smart constructor.

Instances

Eq AccountsAuthInfo Source # 
Data AccountsAuthInfo Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AccountsAuthInfo -> c AccountsAuthInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AccountsAuthInfo #

toConstr :: AccountsAuthInfo -> Constr #

dataTypeOf :: AccountsAuthInfo -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c AccountsAuthInfo) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AccountsAuthInfo) #

gmapT :: (forall b. Data b => b -> b) -> AccountsAuthInfo -> AccountsAuthInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AccountsAuthInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AccountsAuthInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> AccountsAuthInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AccountsAuthInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AccountsAuthInfo -> m AccountsAuthInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AccountsAuthInfo -> m AccountsAuthInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AccountsAuthInfo -> m AccountsAuthInfo #

Show AccountsAuthInfo Source # 
Generic AccountsAuthInfo Source # 
GoogleRequest AccountsAuthInfo Source # 
type Rep AccountsAuthInfo Source # 
type Rep AccountsAuthInfo = D1 (MetaData "AccountsAuthInfo" "Network.Google.Resource.Content.Accounts.AuthInfo" "gogol-shopping-content-0.3.0-41TtXTFsjJg1FCE4alRDuM" False) (C1 (MetaCons "AccountsAuthInfo'" PrefixI False) U1)
type Scopes AccountsAuthInfo Source # 
type Scopes AccountsAuthInfo = (:) Symbol "https://www.googleapis.com/auth/content" ([] Symbol)
type Rs AccountsAuthInfo Source #