Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
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
- type AccountsStoreInfosCountryGetResource = "v1" :> ("accounts" :> (Capture "accountId" Text :> ("storeInfos" :> (Capture "videoId" Text :> ("country" :> (Capture "country" Text :> (QueryParam "$.xgafv" Xgafv :> (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))))))))))))))
- accountsStoreInfosCountryGet :: Text -> Text -> Text -> AccountsStoreInfosCountryGet
- data AccountsStoreInfosCountryGet
- asicgXgafv :: Lens' AccountsStoreInfosCountryGet (Maybe Xgafv)
- asicgUploadProtocol :: Lens' AccountsStoreInfosCountryGet (Maybe Text)
- asicgCountry :: Lens' AccountsStoreInfosCountryGet Text
- asicgPp :: Lens' AccountsStoreInfosCountryGet Bool
- asicgAccessToken :: Lens' AccountsStoreInfosCountryGet (Maybe Text)
- asicgUploadType :: Lens' AccountsStoreInfosCountryGet (Maybe Text)
- asicgVideoId :: Lens' AccountsStoreInfosCountryGet Text
- asicgAccountId :: Lens' AccountsStoreInfosCountryGet Text
- asicgBearerToken :: Lens' AccountsStoreInfosCountryGet (Maybe Text)
- asicgCallback :: Lens' AccountsStoreInfosCountryGet (Maybe Text)
REST Resource
type AccountsStoreInfosCountryGetResource = "v1" :> ("accounts" :> (Capture "accountId" Text :> ("storeInfos" :> (Capture "videoId" Text :> ("country" :> (Capture "country" Text :> (QueryParam "$.xgafv" Xgafv :> (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
accountsStoreInfosCountryGet Source #
Creates a value of AccountsStoreInfosCountryGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
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.
Instances
Request Lenses
asicgXgafv :: Lens' AccountsStoreInfosCountryGet (Maybe Xgafv) Source #
V1 error format.
asicgUploadProtocol :: Lens' AccountsStoreInfosCountryGet (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
asicgCountry :: Lens' AccountsStoreInfosCountryGet Text Source #
REQUIRED. Edit country.
asicgAccessToken :: Lens' AccountsStoreInfosCountryGet (Maybe Text) Source #
OAuth access token.
asicgUploadType :: Lens' AccountsStoreInfosCountryGet (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
asicgVideoId :: Lens' AccountsStoreInfosCountryGet Text Source #
REQUIRED. Video ID.
asicgAccountId :: Lens' AccountsStoreInfosCountryGet Text Source #
REQUIRED. See _General rules_ for more information about this field.
asicgBearerToken :: Lens' AccountsStoreInfosCountryGet (Maybe Text) Source #
OAuth bearer token.
asicgCallback :: Lens' AccountsStoreInfosCountryGet (Maybe Text) Source #
JSONP