Liking cljdoc? Tell your friends :D

happygapi.games.applications

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

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

get$clj

(get$ auth parameters)

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

Required parameters: applicationId

Optional parameters: platformType, language

Retrieves the metadata of the application with the given ID. If the requested application is not available for the specified platformType, the returned response will not include any instance data.

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

Required parameters: applicationId

Optional parameters: platformType, language

Retrieves the metadata of the application with the given ID. If the requested application is not available for the specified `platformType`, the returned response will not include any instance data.
sourceraw docstring

getEndPoint$clj

(getEndPoint$ auth parameters)

https://developers.google.com/games/api/reference/rest/v1/applications/getEndPoint

Required parameters: none

Optional parameters: applicationId, endPointType

Returns a URL for the requested end point type.

https://developers.google.com/games/api/reference/rest/v1/applications/getEndPoint

Required parameters: none

Optional parameters: applicationId, endPointType

Returns a URL for the requested end point type.
sourceraw docstring

played$clj

(played$ auth parameters)

https://developers.google.com/games/api/reference/rest/v1/applications/played

Required parameters: none

Optional parameters: none

Indicate that the currently authenticated user is playing your application.

https://developers.google.com/games/api/reference/rest/v1/applications/played

Required parameters: none

Optional parameters: none

Indicate that the currently authenticated user is playing your application.
sourceraw docstring

verify$clj

(verify$ auth parameters)

https://developers.google.com/games/api/reference/rest/v1/applications/verify

Required parameters: applicationId

Optional parameters: none

Verifies the auth token provided with this request is for the application with the specified ID, and returns the ID of the player it was granted for.

https://developers.google.com/games/api/reference/rest/v1/applications/verify

Required parameters: applicationId

Optional parameters: none

Verifies the auth token provided with this request is for the application with the specified ID, and returns the ID of the player it was granted for.
sourceraw docstring

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

× close