Liking cljdoc? Tell your friends :D

happygapi.games.scores

Google Play Game Services: scores. 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/scores

Google Play Game Services: scores.
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/scores
raw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/games/api/reference/rest/v1/scores/get

Required parameters: timeSpan, leaderboardId, playerId

Optional parameters: pageToken, language, includeRankType, maxResults

Get high scores, and optionally ranks, in leaderboards for the currently authenticated player. For a specific time span, leaderboardId can be set to ALL to retrieve data for all leaderboards in a given time span. `NOTE: You cannot ask for 'ALL' leaderboards and 'ALL' timeSpans in the same request; only one parameter may be set to 'ALL'.

https://developers.google.com/games/api/reference/rest/v1/scores/get

Required parameters: timeSpan, leaderboardId, playerId

Optional parameters: pageToken, language, includeRankType, maxResults

Get high scores, and optionally ranks, in leaderboards for the currently authenticated player. For a specific time span, `leaderboardId` can be set to `ALL` to retrieve data for all leaderboards in a given time span. `NOTE: You cannot ask for 'ALL' leaderboards and 'ALL' timeSpans in the same request; only one parameter may be set to 'ALL'.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: collection, timeSpan, leaderboardId

Optional parameters: pageToken, maxResults, language

Lists the scores in a leaderboard, starting from the top.

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

Required parameters: collection, timeSpan, leaderboardId

Optional parameters: pageToken, maxResults, language

Lists the scores in a leaderboard, starting from the top.
sourceraw docstring

listWindow$clj

(listWindow$ auth parameters)

https://developers.google.com/games/api/reference/rest/v1/scores/listWindow

Required parameters: timeSpan, leaderboardId, collection

Optional parameters: maxResults, returnTopIfAbsent, resultsAbove, pageToken, language

Lists the scores in a leaderboard around (and including) a player's score.

https://developers.google.com/games/api/reference/rest/v1/scores/listWindow

Required parameters: timeSpan, leaderboardId, collection

Optional parameters: maxResults, returnTopIfAbsent, resultsAbove, pageToken, language

Lists the scores in a leaderboard around (and including) a player's score.
sourceraw docstring

submit$clj

(submit$ auth parameters)

https://developers.google.com/games/api/reference/rest/v1/scores/submit

Required parameters: leaderboardId, score

Optional parameters: scoreTag, language

Submits a score to the specified leaderboard.

https://developers.google.com/games/api/reference/rest/v1/scores/submit

Required parameters: leaderboardId, score

Optional parameters: scoreTag, language

Submits a score to the specified leaderboard.
sourceraw docstring

submitMultiple$clj

(submitMultiple$ auth parameters body)

https://developers.google.com/games/api/reference/rest/v1/scores/submitMultiple

Required parameters: none

Optional parameters: language

Body:

{:scores [{:kind string, :leaderboardId string, :scoreTag string, :signature string, :score string}], :kind string}

Submits multiple scores to leaderboards.

https://developers.google.com/games/api/reference/rest/v1/scores/submitMultiple

Required parameters: none

Optional parameters: language

Body: 

{:scores [{:kind string,
           :leaderboardId string,
           :scoreTag string,
           :signature string,
           :score string}],
 :kind string}

Submits multiple scores to leaderboards.
sourceraw docstring

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

× close