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.StoreInfos.Country.Get

Contents

Description

Get a StoreInfo given its video id and country. 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.storeInfos.country.get.

Synopsis

REST Resource

type AccountsStoreInfosCountryGetResource = "v1" :> ("accounts" :> (Capture "accountId" Text :> ("storeInfos" :> (Capture "videoId" Text :> ("country" :> (Capture "country" 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]` StoreInfo)))))))))))))) Source

A resource alias for playmoviespartner.accounts.storeInfos.country.get method which the AccountsStoreInfosCountryGet request conforms to.

Creating a Request

data AccountsStoreInfosCountryGet Source

Get a StoreInfo given its video id and country. See _Authentication and Authorization rules_ and _Get methods rules_ for more information about this method.

See: accountsStoreInfosCountryGet smart constructor.

Request Lenses

asicgUploadProtocol :: Lens' AccountsStoreInfosCountryGet (Maybe Text) Source

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

asicgUploadType :: Lens' AccountsStoreInfosCountryGet (Maybe Text) Source

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

asicgAccountId :: Lens' AccountsStoreInfosCountryGet Text Source

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