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

Copyright(c) 2015 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.