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

{:kind string, :token string, :stepsToUnlock integer, :draft {:name LocalizedStringBundle, :pointValue integer, :description LocalizedStringBundle, :sortRank integer, :kind string, :iconUrl string}, :initialState string, :achievementType string, :id string, :published {:name LocalizedStringBundle, :pointValue integer, :description LocalizedStringBundle, :sortRank integer, :kind string, :iconUrl 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: 

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

Insert a new achievement configuration in this application.
sourceraw docstring

list$clj

(list$ auth parameters)

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

Required parameters: applicationId

Optional parameters: pageToken, maxResults

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: pageToken, maxResults

Returns a list of the achievement configurations in this application.
sourceraw 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:

{:kind string, :token string, :stepsToUnlock integer, :draft {:name LocalizedStringBundle, :pointValue integer, :description LocalizedStringBundle, :sortRank integer, :kind string, :iconUrl string}, :initialState string, :achievementType string, :id string, :published {:name LocalizedStringBundle, :pointValue integer, :description LocalizedStringBundle, :sortRank integer, :kind string, :iconUrl 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: 

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

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

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

× close