Liking cljdoc? Tell your friends :D

happygapi.androidpublisher.systemapks

Google Play Android Developer API: systemapks. Lets Android application developers access their Google Play accounts. See: https://developers.google.com/android-publisherapi/reference/rest/v3/systemapks

Google Play Android Developer API: systemapks.
Lets Android application developers access their Google Play accounts.
See: https://developers.google.com/android-publisherapi/reference/rest/v3/systemapks
raw docstring

variants-create$clj

(variants-create$ auth parameters body)

https://developers.google.com/android-publisherapi/reference/rest/v3/systemapks/variants/create

Required parameters: packageName, versionCode

Optional parameters: none

Body:

{:variantId integer, :deviceSpec {:supportedAbis [string], :screenDensity integer, :supportedLocales [string]}}

Creates an APK which is suitable for inclusion in a system image from an already uploaded Android App Bundle.

https://developers.google.com/android-publisherapi/reference/rest/v3/systemapks/variants/create

Required parameters: packageName, versionCode

Optional parameters: none

Body: 

{:variantId integer,
 :deviceSpec {:supportedAbis [string],
              :screenDensity integer,
              :supportedLocales [string]}}

Creates an APK which is suitable for inclusion in a system image from an already uploaded Android App Bundle.
sourceraw docstring

variants-download$clj

(variants-download$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/systemapks/variants/download

Required parameters: variantId, packageName, versionCode

Optional parameters: none

Downloads a previously created system APK which is suitable for inclusion in a system image.

https://developers.google.com/android-publisherapi/reference/rest/v3/systemapks/variants/download

Required parameters: variantId, packageName, versionCode

Optional parameters: none

Downloads a previously created system APK which is suitable for inclusion in a system image.
sourceraw docstring

variants-get$clj

(variants-get$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/systemapks/variants/get

Required parameters: packageName, versionCode, variantId

Optional parameters: none

Returns a previously created system APK variant.

https://developers.google.com/android-publisherapi/reference/rest/v3/systemapks/variants/get

Required parameters: packageName, versionCode, variantId

Optional parameters: none

Returns a previously created system APK variant.
sourceraw docstring

variants-list$clj

(variants-list$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/systemapks/variants/list

Required parameters: versionCode, packageName

Optional parameters: none

Returns the list of previously created system APK variants.

https://developers.google.com/android-publisherapi/reference/rest/v3/systemapks/variants/list

Required parameters: versionCode, packageName

Optional parameters: none

Returns the list of previously created system APK variants.
sourceraw docstring

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

× close