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 |
Unhide the given player's leaderboard scores from the given application. This method is only available to user accounts for your developer console.
See: Google Play Game Services Management API Reference for gamesManagement.players.unhide
.
Synopsis
- type PlayersUnhideResource = "games" :> ("v1management" :> ("applications" :> (Capture "applicationId" Text :> ("players" :> ("hidden" :> (Capture "playerId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))))
- playersUnhide :: Text -> Text -> PlayersUnhide
- data PlayersUnhide
- puApplicationId :: Lens' PlayersUnhide Text
- puPlayerId :: Lens' PlayersUnhide Text
REST Resource
type PlayersUnhideResource = "games" :> ("v1management" :> ("applications" :> (Capture "applicationId" Text :> ("players" :> ("hidden" :> (Capture "playerId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))))) Source #
A resource alias for gamesManagement.players.unhide
method which the
PlayersUnhide
request conforms to.
Creating a Request
Creates a value of PlayersUnhide
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data PlayersUnhide Source #
Unhide the given player's leaderboard scores from the given application. This method is only available to user accounts for your developer console.
See: playersUnhide
smart constructor.
Instances
Request Lenses
puApplicationId :: Lens' PlayersUnhide Text Source #
The application ID from the Google Play developer console.
puPlayerId :: Lens' PlayersUnhide Text Source #
A player ID. A value of me may be used in place of the authenticated player's ID.