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.
raw 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.
raw 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:

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

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: 

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

Insert a new leaderboard configuration in this application.
raw 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.
raw 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:

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

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: 

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

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

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

× close