Google Play Game Services: players. The Google Play games service allows developers to enhance games with social leaderboards, achievements, game state, sign-in with Google, and more. See: https://developers.google.com/games/api/reference/rest/v1/players
Google Play Game Services: players. The Google Play games service allows developers to enhance games with social leaderboards, achievements, game state, sign-in with Google, and more. See: https://developers.google.com/games/api/reference/rest/v1/players
(get$ auth parameters)https://developers.google.com/games/api/reference/rest/v1/players/get
Required parameters: playerId
Optional parameters: language
Retrieves the Player resource with the given ID. To retrieve the player for the currently authenticated user, set playerId to me.
https://developers.google.com/games/api/reference/rest/v1/players/get Required parameters: playerId Optional parameters: language Retrieves the Player resource with the given ID. To retrieve the player for the currently authenticated user, set `playerId` to `me`.
(list$ auth parameters)https://developers.google.com/games/api/reference/rest/v1/players/list
Required parameters: collection
Optional parameters: language, pageToken, maxResults
Get the collection of players for the currently authenticated user.
https://developers.google.com/games/api/reference/rest/v1/players/list Required parameters: collection Optional parameters: language, pageToken, maxResults Get the collection of players for the currently authenticated user.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |