Liking cljdoc? Tell your friends :D

happygapi.androidpublisher.systemapks

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

Google Play Developer API: systemapks.
Accesses Android application developers' 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:

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

Creates a new variant of APK which is suitable for inclusion in a system image.

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

Required parameters: packageName, versionCode

Optional parameters: none

Body: 

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

Creates a new variant of APK which is suitable for inclusion in a system image.
sourceraw docstring

variants-download$clj

(variants-download$ auth parameters)

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

Required parameters: packageName, variantId, versionCode

Optional parameters: none

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

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

Required parameters: packageName, variantId, versionCode

Optional parameters: none

Download a previously created 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, variantId, versionCode

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, variantId, versionCode

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: packageName, versionCode

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: packageName, versionCode

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