Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.games.snapshots

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

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

get$clj

(get$ auth parameters)

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

Required parameters: snapshotId

Optional parameters: language

Retrieves the metadata for a given snapshot ID.

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

Required parameters: snapshotId

Optional parameters: language

Retrieves the metadata for a given snapshot ID.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: playerId

Optional parameters: language, pageToken, maxResults

Retrieves a list of snapshots created by your application for the player corresponding to the player ID.

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

Required parameters: playerId

Optional parameters: language, pageToken, maxResults

Retrieves a list of snapshots created by your application for the player corresponding to the player ID.
sourceraw docstring

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

× close