gogol-games-management-0.0.1: Google Play Game Services Management 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.GamesManagement.Achievements.Reset

Contents

Description

Resets the achievement with the given ID for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application.

See: Google Play Game Services Management API Reference for gamesManagement.achievements.reset.

Synopsis

REST Resource

type AchievementsResetResource = "games" :> ("v1management" :> ("achievements" :> (Capture "achievementId" Text :> ("reset" :> (QueryParam "alt" AltJSON :> Post `[JSON]` AchievementResetResponse))))) Source

A resource alias for gamesManagement.achievements.reset method which the AchievementsReset request conforms to.

Creating a Request

achievementsReset Source

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

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

data AchievementsReset Source

Resets the achievement with the given ID for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application.

See: achievementsReset smart constructor.

Request Lenses

arAchievementId :: Lens' AchievementsReset Text Source

The ID of the achievement used by this method.