Liking cljdoc? Tell your friends :D

happygapi.gamesManagement.scores

Google Play Game Management: scores. The Google Play Game Management API allows developers to manage resources from the Google Play Game service. See: https://developers.google.com/games/api/reference/rest/v1management/scores

Google Play Game Management: scores.
The Google Play Game Management API allows developers to manage resources from the Google Play Game service.
See: https://developers.google.com/games/api/reference/rest/v1management/scores
raw docstring

reset$clj

(reset$ auth parameters)

https://developers.google.com/games/api/reference/rest/v1management/scores/reset

Required parameters: leaderboardId

Optional parameters: none

Resets scores for the leaderboard with the given ID for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application.

https://developers.google.com/games/api/reference/rest/v1management/scores/reset

Required parameters: leaderboardId

Optional parameters: none

Resets scores for the leaderboard with the given ID for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application.
sourceraw docstring

resetAll$clj

(resetAll$ auth parameters)

https://developers.google.com/games/api/reference/rest/v1management/scores/resetAll

Required parameters: none

Optional parameters: none

Resets all scores for all leaderboards for the currently authenticated players. This method is only accessible to whitelisted tester accounts for your application.

https://developers.google.com/games/api/reference/rest/v1management/scores/resetAll

Required parameters: none

Optional parameters: none

Resets all scores for all leaderboards for the currently authenticated players. This method is only accessible to whitelisted tester accounts for your application.
sourceraw docstring

resetAllForAllPlayers$clj

(resetAllForAllPlayers$ auth parameters)

https://developers.google.com/games/api/reference/rest/v1management/scores/resetAllForAllPlayers

Required parameters: none

Optional parameters: none

Resets scores for all draft leaderboards for all players. This method is only available to user accounts for your developer console.

https://developers.google.com/games/api/reference/rest/v1management/scores/resetAllForAllPlayers

Required parameters: none

Optional parameters: none

Resets scores for all draft leaderboards for all players. This method is only available to user accounts for your developer console.
sourceraw docstring

resetForAllPlayers$clj

(resetForAllPlayers$ auth parameters)

https://developers.google.com/games/api/reference/rest/v1management/scores/resetForAllPlayers

Required parameters: leaderboardId

Optional parameters: none

Resets scores for the leaderboard with the given ID for all players. This method is only available to user accounts for your developer console. Only draft leaderboards can be reset.

https://developers.google.com/games/api/reference/rest/v1management/scores/resetForAllPlayers

Required parameters: leaderboardId

Optional parameters: none

Resets scores for the leaderboard with the given ID for all players. This method is only available to user accounts for your developer console. Only draft leaderboards can be reset.
sourceraw docstring

resetMultipleForAllPlayers$clj

(resetMultipleForAllPlayers$ auth parameters body)

https://developers.google.com/games/api/reference/rest/v1management/scores/resetMultipleForAllPlayers

Required parameters: none

Optional parameters: none

Body:

{:kind string, :leaderboard_ids [string]}

Resets scores for the leaderboards with the given IDs for all players. This method is only available to user accounts for your developer console. Only draft leaderboards may be reset.

https://developers.google.com/games/api/reference/rest/v1management/scores/resetMultipleForAllPlayers

Required parameters: none

Optional parameters: none

Body: 

{:kind string, :leaderboard_ids [string]}

Resets scores for the leaderboards with the given IDs for all players. This method is only available to user accounts for your developer console. Only draft leaderboards may be reset.
sourceraw docstring

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

× close