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.Scores.Reset

Contents

Description

Resets scores for the leaderboard 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.scores.reset.

Synopsis

REST Resource

type ScoresResetResource = "games" :> ("v1management" :> ("leaderboards" :> (Capture "leaderboardId" Text :> ("scores" :> ("reset" :> (QueryParam "alt" AltJSON :> Post `[JSON]` PlayerScoreResetResponse)))))) Source

A resource alias for gamesManagement.scores.reset method which the ScoresReset request conforms to.

Creating a Request

scoresReset Source

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

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

data ScoresReset Source

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

See: scoresReset smart constructor.

Request Lenses

srLeaderboardId :: Lens' ScoresReset Text Source

The ID of the leaderboard.