| Copyright | (c) 2015 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 |
Network.Google.Resource.PlayMoviesPartner.Accounts.ExperienceLocales.Get
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.
- 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))))))))))))
- accountsExperienceLocalesGet :: Text -> Text -> AccountsExperienceLocalesGet
- data AccountsExperienceLocalesGet
- aelgXgafv :: Lens' AccountsExperienceLocalesGet (Maybe Text)
- aelgUploadProtocol :: Lens' AccountsExperienceLocalesGet (Maybe Text)
- aelgPp :: Lens' AccountsExperienceLocalesGet Bool
- aelgAccessToken :: Lens' AccountsExperienceLocalesGet (Maybe Text)
- aelgUploadType :: Lens' AccountsExperienceLocalesGet (Maybe Text)
- aelgElId :: Lens' AccountsExperienceLocalesGet Text
- aelgAccountId :: Lens' AccountsExperienceLocalesGet Text
- aelgBearerToken :: Lens' AccountsExperienceLocalesGet (Maybe Text)
- aelgCallback :: Lens' AccountsExperienceLocalesGet (Maybe Text)
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
Arguments
| :: Text | |
| -> Text | |
| -> AccountsExperienceLocalesGet |
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:
data AccountsExperienceLocalesGet Source
Get an ExperienceLocale given its id. See _Authentication and Authorization rules_ and _Get methods rules_ for more information about this method.
See: accountsExperienceLocalesGet smart constructor.
Instances
Request Lenses
aelgUploadProtocol :: Lens' AccountsExperienceLocalesGet (Maybe Text) Source
Upload protocol for media (e.g. "raw", "multipart").
aelgPp :: Lens' AccountsExperienceLocalesGet Bool Source
Pretty-print response.
aelgAccessToken :: Lens' AccountsExperienceLocalesGet (Maybe Text) Source
OAuth access token.
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.
aelgBearerToken :: Lens' AccountsExperienceLocalesGet (Maybe Text) Source
OAuth bearer token.
aelgCallback :: Lens' AccountsExperienceLocalesGet (Maybe Text) Source
JSONP