Liking cljdoc? Tell your friends :D

happygapi.androidenterprise.webapps

Google Play EMM API: webapps. Manages the deployment of apps to Android Enterprise devices. See: https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/webapps

Google Play EMM API: webapps.
Manages the deployment of apps to Android Enterprise devices.
See: https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/webapps
raw docstring

delete$clj

(delete$ auth parameters)

https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/webapps/delete

Required parameters: webAppId, enterpriseId

Optional parameters: none

Deletes an existing web app.

https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/webapps/delete

Required parameters: webAppId, enterpriseId

Optional parameters: none

Deletes an existing web app.
sourceraw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/webapps/get

Required parameters: enterpriseId, webAppId

Optional parameters: none

Gets an existing web app.

https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/webapps/get

Required parameters: enterpriseId, webAppId

Optional parameters: none

Gets an existing web app.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/webapps/insert

Required parameters: enterpriseId

Optional parameters: none

Body:

{:versionCode string, :startUrl string, :displayMode string, :isPublished boolean, :webAppId string, :title string, :icons [{:imageData string}]}

Creates a new web app for the enterprise.

https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/webapps/insert

Required parameters: enterpriseId

Optional parameters: none

Body: 

{:versionCode string,
 :startUrl string,
 :displayMode string,
 :isPublished boolean,
 :webAppId string,
 :title string,
 :icons [{:imageData string}]}

Creates a new web app for the enterprise.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/webapps/list

Required parameters: enterpriseId

Optional parameters: none

Retrieves the details of all web apps for a given enterprise.

https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/webapps/list

Required parameters: enterpriseId

Optional parameters: none

Retrieves the details of all web apps for a given enterprise.
sourceraw docstring

update$clj

(update$ auth parameters body)

https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/webapps/update

Required parameters: enterpriseId, webAppId

Optional parameters: none

Body:

{:versionCode string, :startUrl string, :displayMode string, :isPublished boolean, :webAppId string, :title string, :icons [{:imageData string}]}

Updates an existing web app.

https://developers.google.com/android/work/play/emm-apiapi/reference/rest/v1/webapps/update

Required parameters: enterpriseId, webAppId

Optional parameters: none

Body: 

{:versionCode string,
 :startUrl string,
 :displayMode string,
 :isPublished boolean,
 :webAppId string,
 :title string,
 :icons [{:imageData string}]}

Updates an existing web app.
sourceraw docstring

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

× close