gogol-games-configuration-0.1.0: Google Play Game Services Publishing SDK.

Copyright(c) 2015-2016 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.GamesConfiguration.AchievementConfigurations.Get

Contents

Description

Retrieves the metadata of the achievement configuration with the given ID.

See: Google Play Game Services Publishing API Reference for gamesConfiguration.achievementConfigurations.get.

Synopsis

REST Resource

type AchievementConfigurationsGetResource = "games" :> ("v1configuration" :> ("achievements" :> (Capture "achievementId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] AchievementConfiguration)))) Source #

A resource alias for gamesConfiguration.achievementConfigurations.get method which the AchievementConfigurationsGet request conforms to.

Creating a Request

achievementConfigurationsGet Source #

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

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

data AchievementConfigurationsGet Source #

Retrieves the metadata of the achievement configuration with the given ID.

See: achievementConfigurationsGet smart constructor.

Instances

Eq AchievementConfigurationsGet Source # 
Data AchievementConfigurationsGet Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AchievementConfigurationsGet -> c AchievementConfigurationsGet #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AchievementConfigurationsGet #

toConstr :: AchievementConfigurationsGet -> Constr #

dataTypeOf :: AchievementConfigurationsGet -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c AchievementConfigurationsGet) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AchievementConfigurationsGet) #

gmapT :: (forall b. Data b => b -> b) -> AchievementConfigurationsGet -> AchievementConfigurationsGet #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AchievementConfigurationsGet -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AchievementConfigurationsGet -> r #

gmapQ :: (forall d. Data d => d -> u) -> AchievementConfigurationsGet -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AchievementConfigurationsGet -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AchievementConfigurationsGet -> m AchievementConfigurationsGet #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AchievementConfigurationsGet -> m AchievementConfigurationsGet #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AchievementConfigurationsGet -> m AchievementConfigurationsGet #

Show AchievementConfigurationsGet Source # 
Generic AchievementConfigurationsGet Source # 
GoogleRequest AchievementConfigurationsGet Source # 
type Rep AchievementConfigurationsGet Source # 
type Rep AchievementConfigurationsGet = D1 (MetaData "AchievementConfigurationsGet" "Network.Google.Resource.GamesConfiguration.AchievementConfigurations.Get" "gogol-games-configuration-0.1.0-A9Nsbc0NgRi3ra3Ki0rvRP" True) (C1 (MetaCons "AchievementConfigurationsGet'" PrefixI True) (S1 (MetaSel (Just Symbol "_acgAchievementId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes AchievementConfigurationsGet Source # 
type Scopes AchievementConfigurationsGet = (:) Symbol "https://www.googleapis.com/auth/androidpublisher" ([] Symbol)
type Rs AchievementConfigurationsGet Source # 

Request Lenses

acgAchievementId :: Lens' AchievementConfigurationsGet Text Source #

The ID of the achievement used by this method.