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

Contents

Description

Resets all scores for all leaderboards for the currently authenticated players. This method is only accessible to whitelisted tester accounts for your application.

See: Google Play Game Services Management API Reference for gamesManagement.scores.resetAll.

Synopsis

REST Resource

type ScoresResetAllResource = "games" :> ("v1management" :> ("scores" :> ("reset" :> (QueryParam "alt" AltJSON :> Post `[JSON]` PlayerScoreResetAllResponse)))) Source

A resource alias for gamesManagement.scores.resetAll method which the ScoresResetAll request conforms to.

Creating a Request

scoresResetAll :: ScoresResetAll Source

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

data ScoresResetAll Source

Resets all scores for all leaderboards for the currently authenticated players. This method is only accessible to whitelisted tester accounts for your application.

See: scoresResetAll smart constructor.