Liking cljdoc? Tell your friends :D

happygapi.gamesConfiguration.leaderboardConfigurations

Google Play Game Services Publishing API: leaderboardConfigurations. The Google Play Game Services Publishing API allows developers to configure their games in Game Services. See: https://developers.google.com/games/api/reference/rest/v1configuration/leaderboardConfigurations

Google Play Game Services Publishing API: leaderboardConfigurations.
The Google Play Game Services Publishing API allows developers to configure their games in Game Services.
See: https://developers.google.com/games/api/reference/rest/v1configuration/leaderboardConfigurations
raw docstring

delete$clj

(delete$ auth parameters)

https://developers.google.com/games/api/reference/rest/v1configuration/leaderboardConfigurations/delete

Required parameters: leaderboardId

Optional parameters: none

Delete the leaderboard configuration with the given ID.

https://developers.google.com/games/api/reference/rest/v1configuration/leaderboardConfigurations/delete

Required parameters: leaderboardId

Optional parameters: none

Delete the leaderboard configuration with the given ID.
sourceraw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/games/api/reference/rest/v1configuration/leaderboardConfigurations/get

Required parameters: leaderboardId

Optional parameters: none

Retrieves the metadata of the leaderboard configuration with the given ID.

https://developers.google.com/games/api/reference/rest/v1configuration/leaderboardConfigurations/get

Required parameters: leaderboardId

Optional parameters: none

Retrieves the metadata of the leaderboard configuration with the given ID.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://developers.google.com/games/api/reference/rest/v1configuration/leaderboardConfigurations/insert

Required parameters: applicationId

Optional parameters: none

Body:

{:published {:name LocalizedStringBundle, :iconUrl string, :sortRank integer, :kind string, :scoreFormat GamesNumberFormatConfiguration}, :token string, :kind string, :scoreMin string, :scoreMax string, :scoreOrder string, :id string, :draft {:name LocalizedStringBundle, :iconUrl string, :sortRank integer, :kind string, :scoreFormat GamesNumberFormatConfiguration}}

Insert a new leaderboard configuration in this application.

https://developers.google.com/games/api/reference/rest/v1configuration/leaderboardConfigurations/insert

Required parameters: applicationId

Optional parameters: none

Body: 

{:published {:name LocalizedStringBundle,
             :iconUrl string,
             :sortRank integer,
             :kind string,
             :scoreFormat GamesNumberFormatConfiguration},
 :token string,
 :kind string,
 :scoreMin string,
 :scoreMax string,
 :scoreOrder string,
 :id string,
 :draft {:name LocalizedStringBundle,
         :iconUrl string,
         :sortRank integer,
         :kind string,
         :scoreFormat GamesNumberFormatConfiguration}}

Insert a new leaderboard configuration in this application.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/games/api/reference/rest/v1configuration/leaderboardConfigurations/list

Required parameters: applicationId

Optional parameters: pageToken, maxResults

Returns a list of the leaderboard configurations in this application.

https://developers.google.com/games/api/reference/rest/v1configuration/leaderboardConfigurations/list

Required parameters: applicationId

Optional parameters: pageToken, maxResults

Returns a list of the leaderboard configurations in this application.
sourceraw docstring

update$clj

(update$ auth parameters body)

https://developers.google.com/games/api/reference/rest/v1configuration/leaderboardConfigurations/update

Required parameters: leaderboardId

Optional parameters: none

Body:

{:published {:name LocalizedStringBundle, :iconUrl string, :sortRank integer, :kind string, :scoreFormat GamesNumberFormatConfiguration}, :token string, :kind string, :scoreMin string, :scoreMax string, :scoreOrder string, :id string, :draft {:name LocalizedStringBundle, :iconUrl string, :sortRank integer, :kind string, :scoreFormat GamesNumberFormatConfiguration}}

Update the metadata of the leaderboard configuration with the given ID.

https://developers.google.com/games/api/reference/rest/v1configuration/leaderboardConfigurations/update

Required parameters: leaderboardId

Optional parameters: none

Body: 

{:published {:name LocalizedStringBundle,
             :iconUrl string,
             :sortRank integer,
             :kind string,
             :scoreFormat GamesNumberFormatConfiguration},
 :token string,
 :kind string,
 :scoreMin string,
 :scoreMax string,
 :scoreOrder string,
 :id string,
 :draft {:name LocalizedStringBundle,
         :iconUrl string,
         :sortRank integer,
         :kind string,
         :scoreFormat GamesNumberFormatConfiguration}}

Update the metadata of the leaderboard configuration with the given ID.
sourceraw docstring

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

× close