Liking cljdoc? Tell your friends :D

happygapi.gamesConfiguration.achievementConfigurations

Google Play Game Services Publishing API: achievementConfigurations. 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/achievementConfigurations

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

delete$clj

(delete$ auth parameters)

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

Required parameters: achievementId

Optional parameters: none

Delete the achievement configuration with the given ID.

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

Required parameters: achievementId

Optional parameters: none

Delete the achievement configuration with the given ID.
raw docstring

get$clj

(get$ auth parameters)

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

Required parameters: achievementId

Optional parameters: none

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

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

Required parameters: achievementId

Optional parameters: none

Retrieves the metadata of the achievement configuration with the given ID.
raw docstring

insert$clj

(insert$ auth parameters body)

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

Required parameters: applicationId

Optional parameters: none

Body:

{:token string, :id string, :kind string, :draft {:name LocalizedStringBundle, :pointValue integer, :sortRank integer, :description LocalizedStringBundle, :kind string, :iconUrl string}, :initialState string, :stepsToUnlock integer, :published {:name LocalizedStringBundle, :pointValue integer, :sortRank integer, :description LocalizedStringBundle, :kind string, :iconUrl string}, :achievementType string}

Insert a new achievement configuration in this application.

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

Required parameters: applicationId

Optional parameters: none

Body: 

{:token string,
 :id string,
 :kind string,
 :draft {:name LocalizedStringBundle,
         :pointValue integer,
         :sortRank integer,
         :description LocalizedStringBundle,
         :kind string,
         :iconUrl string},
 :initialState string,
 :stepsToUnlock integer,
 :published {:name LocalizedStringBundle,
             :pointValue integer,
             :sortRank integer,
             :description LocalizedStringBundle,
             :kind string,
             :iconUrl string},
 :achievementType string}

Insert a new achievement configuration in this application.
raw docstring

list$clj

(list$ auth parameters)

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

Required parameters: applicationId

Optional parameters: maxResults, pageToken

Returns a list of the achievement configurations in this application.

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

Required parameters: applicationId

Optional parameters: maxResults, pageToken

Returns a list of the achievement configurations in this application.
raw docstring

update$clj

(update$ auth parameters body)

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

Required parameters: achievementId

Optional parameters: none

Body:

{:token string, :id string, :kind string, :draft {:name LocalizedStringBundle, :pointValue integer, :sortRank integer, :description LocalizedStringBundle, :kind string, :iconUrl string}, :initialState string, :stepsToUnlock integer, :published {:name LocalizedStringBundle, :pointValue integer, :sortRank integer, :description LocalizedStringBundle, :kind string, :iconUrl string}, :achievementType string}

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

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

Required parameters: achievementId

Optional parameters: none

Body: 

{:token string,
 :id string,
 :kind string,
 :draft {:name LocalizedStringBundle,
         :pointValue integer,
         :sortRank integer,
         :description LocalizedStringBundle,
         :kind string,
         :iconUrl string},
 :initialState string,
 :stepsToUnlock integer,
 :published {:name LocalizedStringBundle,
             :pointValue integer,
             :sortRank integer,
             :description LocalizedStringBundle,
             :kind string,
             :iconUrl string},
 :achievementType string}

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

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

× close