Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.games.players

Google Play Game Services API: players. The API for Google Play Game Services. See: https://developers.google.com/games/services/api/reference/rest/v1/players

Google Play Game Services API: players.
The API for Google Play Game Services.
See: https://developers.google.com/games/services/api/reference/rest/v1/players
raw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/games/services/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/services/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/services/api/reference/rest/v1/players/list

Required parameters: collection

Optional parameters: language, maxResults, pageToken

Get the collection of players for the currently authenticated user.

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

Required parameters: collection

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