Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
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
- type ScoresResetAllResource = "games" :> ("v1management" :> ("scores" :> ("reset" :> (QueryParam "alt" AltJSON :> Post '[JSON] PlayerScoreResetAllResponse))))
- scoresResetAll :: ScoresResetAll
- data ScoresResetAll
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.