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 player progress on all events for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application. All quests for this player will also be reset.
See: Google Play Game Services Management API Reference for gamesManagement.events.resetAll
.
Synopsis
- type EventsResetAllResource = "games" :> ("v1management" :> ("events" :> ("reset" :> (QueryParam "alt" AltJSON :> Post '[JSON] ()))))
- eventsResetAll :: EventsResetAll
- data EventsResetAll
REST Resource
type EventsResetAllResource = "games" :> ("v1management" :> ("events" :> ("reset" :> (QueryParam "alt" AltJSON :> Post '[JSON] ())))) Source #
A resource alias for gamesManagement.events.resetAll
method which the
EventsResetAll
request conforms to.
Creating a Request
eventsResetAll :: EventsResetAll Source #
Creates a value of EventsResetAll
with the minimum fields required to make a request.
data EventsResetAll Source #
Resets all player progress on all events for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application. All quests for this player will also be reset.
See: eventsResetAll
smart constructor.