gogol-play-moviespartner-0.0.1: Google Play Movies Partner 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.PlayMoviesPartner.Accounts.ExperienceLocales.Get

Contents

Description

Get an ExperienceLocale given its id. See _Authentication and Authorization rules_ and _Get methods rules_ for more information about this method.

See: Google Play Movies Partner API Reference for playmoviespartner.accounts.experienceLocales.get.

Synopsis

REST Resource

type AccountsExperienceLocalesGetResource = "v1" :> ("accounts" :> (Capture "accountId" Text :> ("experienceLocales" :> (Capture "elId" Text :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` ExperienceLocale)))))))))))) Source

A resource alias for playmoviespartner.accounts.experienceLocales.get method which the AccountsExperienceLocalesGet request conforms to.

Creating a Request

accountsExperienceLocalesGet Source

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

Use one of the following lenses to modify other fields as desired:

Request Lenses

aelgUploadProtocol :: Lens' AccountsExperienceLocalesGet (Maybe Text) Source

Upload protocol for media (e.g. "raw", "multipart").

aelgUploadType :: Lens' AccountsExperienceLocalesGet (Maybe Text) Source

Legacy upload protocol for media (e.g. "media", "multipart").

aelgElId :: Lens' AccountsExperienceLocalesGet Text Source

REQUIRED. ExperienceLocale ID, as defined by Google.

aelgAccountId :: Lens' AccountsExperienceLocalesGet Text Source

REQUIRED. See _General rules_ for more information about this field.