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