Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.games.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

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
raw docstring

get$clj

(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`.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/games/api/reference/rest/v1/players/list

Required parameters: collection

Optional parameters: maxResults, language, pageToken

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: maxResults, language, pageToken

Get the collection of players for the currently authenticated user.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close