Liking cljdoc? Tell your friends :D

happygapi.gamesConfiguration.leaderboardConfigurations

Google Play Game Services Publishing API: leaderboardConfigurations. The Publishing API for Google Play Game Services. See: https://developers.google.com/games/servicesapi/reference/rest/v1configuration/leaderboardConfigurations

Google Play Game Services Publishing API: leaderboardConfigurations.
The Publishing API for Google Play Game Services.
See: https://developers.google.com/games/servicesapi/reference/rest/v1configuration/leaderboardConfigurations
raw docstring

delete$clj

(delete$ auth args)

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

Required parameters: leaderboardId

Optional parameters: none Delete the leaderboard configuration with the given ID.

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

https://developers.google.com/games/servicesapi/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/servicesapi/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 args body)

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

Required parameters: applicationId

Optional parameters: none

Body:

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

Insert a new leaderboard configuration in this application.

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

Required parameters: applicationId

Optional parameters: none

Body: 

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

Insert a new leaderboard configuration in this application.
raw docstring

list$clj

(list$ auth args)

https://developers.google.com/games/servicesapi/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/servicesapi/reference/rest/v1configuration/leaderboardConfigurations/list

Required parameters: applicationId

Optional parameters: pageToken, maxResults
Returns a list of the leaderboard configurations in this application.
raw docstring

patch$clj

(patch$ auth args body)

https://developers.google.com/games/servicesapi/reference/rest/v1configuration/leaderboardConfigurations/patch

Required parameters: leaderboardId

Optional parameters: none

Body:

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

Update the metadata of the leaderboard configuration with the given ID. This method supports patch semantics.

https://developers.google.com/games/servicesapi/reference/rest/v1configuration/leaderboardConfigurations/patch

Required parameters: leaderboardId

Optional parameters: none

Body: 

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

Update the metadata of the leaderboard configuration with the given ID. This method supports patch semantics.
raw docstring

update$clj

(update$ auth args body)

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

Required parameters: leaderboardId

Optional parameters: none

Body:

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

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

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

Required parameters: leaderboardId

Optional parameters: none

Body: 

{:id string,
 :draft {:scoreFormat GamesNumberFormatConfiguration,
         :iconUrl string,
         :name LocalizedStringBundle,
         :sortRank integer,
         :kind string},
 :published {:scoreFormat GamesNumberFormatConfiguration,
             :iconUrl string,
             :name LocalizedStringBundle,
             :sortRank integer,
             :kind string},
 :token string,
 :kind string,
 :scoreMin string,
 :scoreMax string,
 :scoreOrder 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