gogol-games-configuration-0.0.1: Google Play Game Services Publishing 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.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:

Request Lenses