Liking cljdoc? Tell your friends :D

happygapi.gamesConfiguration.achievementConfigurations

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

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

delete$clj

(delete$ auth args)

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

Required parameters: achievementId

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

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

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

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

Required parameters: applicationId

Optional parameters: none

Body:

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

Insert a new achievement configuration in this application.

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

Required parameters: applicationId

Optional parameters: none

Body: 

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

Insert a new achievement configuration in this application.
sourceraw docstring

list$clj

(list$ auth args)

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

Required parameters: applicationId

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

patch$clj

(patch$ auth args body)

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

Required parameters: achievementId

Optional parameters: none

Body:

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

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

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

Required parameters: achievementId

Optional parameters: none

Body: 

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

Update the metadata of the achievement configuration with the given ID. This method supports patch semantics.
sourceraw docstring

update$clj

(update$ auth args body)

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

Required parameters: achievementId

Optional parameters: none

Body:

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

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

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

Required parameters: achievementId

Optional parameters: none

Body: 

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

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