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 quests 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.quests.resetAll
.
Synopsis
- type QuestsResetAllResource = "games" :> ("v1management" :> ("quests" :> ("reset" :> (QueryParam "alt" AltJSON :> Post '[JSON] ()))))
- questsResetAll :: QuestsResetAll
- data QuestsResetAll
REST Resource
type QuestsResetAllResource = "games" :> ("v1management" :> ("quests" :> ("reset" :> (QueryParam "alt" AltJSON :> Post '[JSON] ())))) Source #
A resource alias for gamesManagement.quests.resetAll
method which the
QuestsResetAll
request conforms to.
Creating a Request
questsResetAll :: QuestsResetAll Source #
Creates a value of QuestsResetAll
with the minimum fields required to make a request.
data QuestsResetAll Source #
Resets all player progress on all quests for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application.
See: questsResetAll
smart constructor.