Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.games.applications

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

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

get$clj

(get$ auth parameters)

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

Required parameters: applicationId

Optional parameters: language, platformType

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/services/api/reference/rest/v1/applications/get

Required parameters: applicationId

Optional parameters: language, platformType

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

played$clj

(played$ auth parameters)

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

Required parameters: none

Optional parameters: builtinGameId

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

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

Required parameters: none

Optional parameters: builtinGameId

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

verify$clj

(verify$ auth parameters)

https://developers.google.com/games/services/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/services/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