gogol-games-management-0.0.1: Google Play Game Services Management SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.GamesManagement.Players.Unhide

Contents

Description

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

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

playersUnhide Source

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.

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.