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.LeaderboardConfigurations.Get

Contents

Description

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

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

Synopsis

REST Resource

type LeaderboardConfigurationsGetResource = "games" :> ("v1configuration" :> ("leaderboards" :> (Capture "leaderboardId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] LeaderboardConfiguration)))) Source #

A resource alias for gamesConfiguration.leaderboardConfigurations.get method which the LeaderboardConfigurationsGet request conforms to.

Creating a Request

leaderboardConfigurationsGet Source #

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

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

data LeaderboardConfigurationsGet Source #

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

See: leaderboardConfigurationsGet smart constructor.

Instances

Eq LeaderboardConfigurationsGet Source # 
Data LeaderboardConfigurationsGet Source # 

Methods

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

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

toConstr :: LeaderboardConfigurationsGet -> Constr #

dataTypeOf :: LeaderboardConfigurationsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses