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

Contents

Description

Insert a new achievement configuration in this application.

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

Synopsis

REST Resource

type AchievementConfigurationsInsertResource = "games" :> ("v1configuration" :> ("applications" :> (Capture "applicationId" Text :> ("achievements" :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` AchievementConfiguration :> Post `[JSON]` AchievementConfiguration)))))) Source

A resource alias for gamesConfiguration.achievementConfigurations.insert method which the AchievementConfigurationsInsert request conforms to.

Creating a Request

achievementConfigurationsInsert Source

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

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

Request Lenses

aciApplicationId :: Lens' AchievementConfigurationsInsert Text Source

The application ID from the Google Play developer console.