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.Insert

Contents

Description

Insert a new leaderboard configuration in this application.

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

Synopsis

REST Resource

type LeaderboardConfigurationsInsertResource = "games" :> ("v1configuration" :> ("applications" :> (Capture "applicationId" Text :> ("leaderboards" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` LeaderboardConfiguration :> Post `[JSON]` LeaderboardConfiguration)))))) Source

A resource alias for gamesConfiguration.leaderboardConfigurations.insert method which the LeaderboardConfigurationsInsert request conforms to.

Creating a Request

leaderboardConfigurationsInsert Source

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

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

Request Lenses

lciApplicationId :: Lens' LeaderboardConfigurationsInsert Text Source

The application ID from the Google Play developer console.