Liking cljdoc? Tell your friends :D

happygapi.androidpublisher.edits

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

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

apks-addexternallyhosted$clj

(apks-addexternallyhosted$ auth parameters body)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/apks/addexternallyhosted

Required parameters: editId, packageName

Optional parameters: none

Body:

{:externallyHostedApk {:usesFeatures [string], :fileSize string, :packageName string, :nativeCodes [string], :externallyHostedUrl string, :certificateBase64s [string], :fileSha256Base64 string, :versionName string, :minimumSdk integer, :maximumSdk integer, :versionCode integer, :fileSha1Base64 string, :applicationLabel string, :usesPermissions [ExternallyHostedApkUsesPermission], :iconBase64 string}}

Creates a new APK without uploading the APK itself to Google Play, instead hosting the APK at a specified URL. This function is only available to enterprises using Google Play for Work whose application is configured to restrict distribution to the enterprise domain.

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/apks/addexternallyhosted

Required parameters: editId, packageName

Optional parameters: none

Body: 

{:externallyHostedApk {:usesFeatures [string],
                       :fileSize string,
                       :packageName string,
                       :nativeCodes [string],
                       :externallyHostedUrl string,
                       :certificateBase64s [string],
                       :fileSha256Base64 string,
                       :versionName string,
                       :minimumSdk integer,
                       :maximumSdk integer,
                       :versionCode integer,
                       :fileSha1Base64 string,
                       :applicationLabel string,
                       :usesPermissions [ExternallyHostedApkUsesPermission],
                       :iconBase64 string}}

Creates a new APK without uploading the APK itself to Google Play, instead hosting the APK at a specified URL. This function is only available to enterprises using Google Play for Work whose application is configured to restrict distribution to the enterprise domain.
sourceraw docstring

apks-list$clj

(apks-list$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/apks/list

Required parameters: editId, packageName

Optional parameters: none

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/apks/list

Required parameters: editId, packageName

Optional parameters: none

sourceraw docstring

apks-upload$clj

(apks-upload$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/apks/upload

Required parameters: editId, packageName

Optional parameters: none

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/apks/upload

Required parameters: editId, packageName

Optional parameters: none

sourceraw docstring

bundles-list$clj

(bundles-list$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/bundles/list

Required parameters: editId, packageName

Optional parameters: none

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/bundles/list

Required parameters: editId, packageName

Optional parameters: none

sourceraw docstring

bundles-upload$clj

(bundles-upload$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/bundles/upload

Required parameters: editId, packageName

Optional parameters: ackBundleInstallationWarning

Uploads a new Android App Bundle to this edit. If you are using the Google API client libraries, please increase the timeout of the http request before calling this endpoint (a timeout of 2 minutes is recommended). See: https://developers.google.com/api-client-library/java/google-api-java-client/errors for an example in java.

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/bundles/upload

Required parameters: editId, packageName

Optional parameters: ackBundleInstallationWarning

Uploads a new Android App Bundle to this edit. If you are using the Google API client libraries, please increase the timeout of the http request before calling this endpoint (a timeout of 2 minutes is recommended). See: https://developers.google.com/api-client-library/java/google-api-java-client/errors for an example in java.
sourceraw docstring

commit$clj

(commit$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/commit

Required parameters: editId, packageName

Optional parameters: none

Commits/applies the changes made in this edit back to the app.

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/commit

Required parameters: editId, packageName

Optional parameters: none

Commits/applies the changes made in this edit back to the app.
sourceraw docstring

delete$clj

(delete$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/delete

Required parameters: editId, packageName

Optional parameters: none

Deletes an edit for an app. Creating a new edit will automatically delete any of your previous edits so this method need only be called if you want to preemptively abandon an edit.

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/delete

Required parameters: editId, packageName

Optional parameters: none

Deletes an edit for an app. Creating a new edit will automatically delete any of your previous edits so this method need only be called if you want to preemptively abandon an edit.
sourceraw docstring

deobfuscationfiles-upload$clj

(deobfuscationfiles-upload$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/deobfuscationfiles/upload

Required parameters: apkVersionCode, deobfuscationFileType, editId, packageName

Optional parameters: none

Uploads the deobfuscation file of the specified APK. If a deobfuscation file already exists, it will be replaced.

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/deobfuscationfiles/upload

Required parameters: apkVersionCode, deobfuscationFileType, editId, packageName

Optional parameters: none

Uploads the deobfuscation file of the specified APK. If a deobfuscation file already exists, it will be replaced.
sourceraw docstring

details-get$clj

(details-get$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/details/get

Required parameters: editId, packageName

Optional parameters: none

Fetches app details for this edit. This includes the default language and developer support contact information.

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/details/get

Required parameters: editId, packageName

Optional parameters: none

Fetches app details for this edit. This includes the default language and developer support contact information.
sourceraw docstring

details-patch$clj

(details-patch$ auth parameters body)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/details/patch

Required parameters: editId, packageName

Optional parameters: none

Body:

{:contactEmail string, :contactPhone string, :contactWebsite string, :defaultLanguage string}

Updates app details for this edit. This method supports patch semantics.

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/details/patch

Required parameters: editId, packageName

Optional parameters: none

Body: 

{:contactEmail string,
 :contactPhone string,
 :contactWebsite string,
 :defaultLanguage string}

Updates app details for this edit. This method supports patch semantics.
sourceraw docstring

details-update$clj

(details-update$ auth parameters body)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/details/update

Required parameters: editId, packageName

Optional parameters: none

Body:

{:contactEmail string, :contactPhone string, :contactWebsite string, :defaultLanguage string}

Updates app details for this edit.

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/details/update

Required parameters: editId, packageName

Optional parameters: none

Body: 

{:contactEmail string,
 :contactPhone string,
 :contactWebsite string,
 :defaultLanguage string}

Updates app details for this edit.
sourceraw docstring

expansionfiles-get$clj

(expansionfiles-get$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/expansionfiles/get

Required parameters: apkVersionCode, editId, expansionFileType, packageName

Optional parameters: none

Fetches the Expansion File configuration for the APK specified.

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/expansionfiles/get

Required parameters: apkVersionCode, editId, expansionFileType, packageName

Optional parameters: none

Fetches the Expansion File configuration for the APK specified.
sourceraw docstring

expansionfiles-patch$clj

(expansionfiles-patch$ auth parameters body)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/expansionfiles/patch

Required parameters: apkVersionCode, editId, expansionFileType, packageName

Optional parameters: none

Body:

{:fileSize string, :referencesVersion integer}

Updates the APK's Expansion File configuration to reference another APK's Expansion Files. To add a new Expansion File use the Upload method. This method supports patch semantics.

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/expansionfiles/patch

Required parameters: apkVersionCode, editId, expansionFileType, packageName

Optional parameters: none

Body: 

{:fileSize string, :referencesVersion integer}

Updates the APK's Expansion File configuration to reference another APK's Expansion Files. To add a new Expansion File use the Upload method. This method supports patch semantics.
sourceraw docstring

expansionfiles-update$clj

(expansionfiles-update$ auth parameters body)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/expansionfiles/update

Required parameters: apkVersionCode, editId, expansionFileType, packageName

Optional parameters: none

Body:

{:fileSize string, :referencesVersion integer}

Updates the APK's Expansion File configuration to reference another APK's Expansion Files. To add a new Expansion File use the Upload method.

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/expansionfiles/update

Required parameters: apkVersionCode, editId, expansionFileType, packageName

Optional parameters: none

Body: 

{:fileSize string, :referencesVersion integer}

Updates the APK's Expansion File configuration to reference another APK's Expansion Files. To add a new Expansion File use the Upload method.
sourceraw docstring

expansionfiles-upload$clj

(expansionfiles-upload$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/expansionfiles/upload

Required parameters: apkVersionCode, editId, expansionFileType, packageName

Optional parameters: none

Uploads and attaches a new Expansion File to the APK specified.

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/expansionfiles/upload

Required parameters: apkVersionCode, editId, expansionFileType, packageName

Optional parameters: none

Uploads and attaches a new Expansion File to the APK specified.
sourceraw docstring

get$clj

(get$ auth parameters)

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

Required parameters: editId, packageName

Optional parameters: none

Returns information about the edit specified. Calls will fail if the edit is no long active (e.g. has been deleted, superseded or expired).

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

Required parameters: editId, packageName

Optional parameters: none

Returns information about the edit specified. Calls will fail if the edit is no long active (e.g. has been deleted, superseded or expired).
sourceraw docstring

images-delete$clj

(images-delete$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/images/delete

Required parameters: editId, imageId, imageType, language, packageName

Optional parameters: none

Deletes the image (specified by id) from the edit.

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/images/delete

Required parameters: editId, imageId, imageType, language, packageName

Optional parameters: none

Deletes the image (specified by id) from the edit.
sourceraw docstring

images-deleteall$clj

(images-deleteall$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/images/deleteall

Required parameters: editId, imageType, language, packageName

Optional parameters: none

Deletes all images for the specified language and image type.

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/images/deleteall

Required parameters: editId, imageType, language, packageName

Optional parameters: none

Deletes all images for the specified language and image type.
sourceraw docstring

images-list$clj

(images-list$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/images/list

Required parameters: editId, imageType, language, packageName

Optional parameters: none

Lists all images for the specified language and image type.

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/images/list

Required parameters: editId, imageType, language, packageName

Optional parameters: none

Lists all images for the specified language and image type.
sourceraw docstring

images-upload$clj

(images-upload$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/images/upload

Required parameters: editId, imageType, language, packageName

Optional parameters: none

Uploads a new image and adds it to the list of images for the specified language and image type.

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/images/upload

Required parameters: editId, imageType, language, packageName

Optional parameters: none

Uploads a new image and adds it to the list of images for the specified language and image type.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/insert

Required parameters: packageName

Optional parameters: none

Body:

{:expiryTimeSeconds string, :id string}

Creates a new edit for an app, populated with the app's current state.

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/insert

Required parameters: packageName

Optional parameters: none

Body: 

{:expiryTimeSeconds string, :id string}

Creates a new edit for an app, populated with the app's current state.
sourceraw docstring

listings-delete$clj

(listings-delete$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/listings/delete

Required parameters: editId, language, packageName

Optional parameters: none

Deletes the specified localized store listing from an edit.

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/listings/delete

Required parameters: editId, language, packageName

Optional parameters: none

Deletes the specified localized store listing from an edit.
sourceraw docstring

listings-deleteall$clj

(listings-deleteall$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/listings/deleteall

Required parameters: editId, packageName

Optional parameters: none

Deletes all localized listings from an edit.

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/listings/deleteall

Required parameters: editId, packageName

Optional parameters: none

Deletes all localized listings from an edit.
sourceraw docstring

listings-get$clj

(listings-get$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/listings/get

Required parameters: editId, language, packageName

Optional parameters: none

Fetches information about a localized store listing.

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/listings/get

Required parameters: editId, language, packageName

Optional parameters: none

Fetches information about a localized store listing.
sourceraw docstring

listings-list$clj

(listings-list$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/listings/list

Required parameters: editId, packageName

Optional parameters: none

Returns all of the localized store listings attached to this edit.

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/listings/list

Required parameters: editId, packageName

Optional parameters: none

Returns all of the localized store listings attached to this edit.
sourceraw docstring

listings-patch$clj

(listings-patch$ auth parameters body)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/listings/patch

Required parameters: editId, language, packageName

Optional parameters: none

Body:

{:fullDescription string, :language string, :shortDescription string, :title string, :video string}

Creates or updates a localized store listing. This method supports patch semantics.

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/listings/patch

Required parameters: editId, language, packageName

Optional parameters: none

Body: 

{:fullDescription string,
 :language string,
 :shortDescription string,
 :title string,
 :video string}

Creates or updates a localized store listing. This method supports patch semantics.
sourceraw docstring

listings-update$clj

(listings-update$ auth parameters body)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/listings/update

Required parameters: editId, language, packageName

Optional parameters: none

Body:

{:fullDescription string, :language string, :shortDescription string, :title string, :video string}

Creates or updates a localized store listing.

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/listings/update

Required parameters: editId, language, packageName

Optional parameters: none

Body: 

{:fullDescription string,
 :language string,
 :shortDescription string,
 :title string,
 :video string}

Creates or updates a localized store listing.
sourceraw docstring

testers-get$clj

(testers-get$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/testers/get

Required parameters: editId, packageName, track

Optional parameters: none

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/testers/get

Required parameters: editId, packageName, track

Optional parameters: none

sourceraw docstring

testers-patch$clj

(testers-patch$ auth parameters body)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/testers/patch

Required parameters: editId, packageName, track

Optional parameters: none

Body:

{:autoEnrolledAndroidGroups [string], :autoEnrolledGoogleGroups [string], :excludedGoogleGroups [string], :googleGroups [string]}

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/testers/patch

Required parameters: editId, packageName, track

Optional parameters: none

Body: 

{:autoEnrolledAndroidGroups [string],
 :autoEnrolledGoogleGroups [string],
 :excludedGoogleGroups [string],
 :googleGroups [string]}

sourceraw docstring

testers-update$clj

(testers-update$ auth parameters body)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/testers/update

Required parameters: editId, packageName, track

Optional parameters: none

Body:

{:autoEnrolledAndroidGroups [string], :autoEnrolledGoogleGroups [string], :excludedGoogleGroups [string], :googleGroups [string]}

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/testers/update

Required parameters: editId, packageName, track

Optional parameters: none

Body: 

{:autoEnrolledAndroidGroups [string],
 :autoEnrolledGoogleGroups [string],
 :excludedGoogleGroups [string],
 :googleGroups [string]}

sourceraw docstring

tracks-get$clj

(tracks-get$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/tracks/get

Required parameters: editId, packageName, track

Optional parameters: none

Fetches the track configuration for the specified track type. Includes the APK version codes that are in this track.

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/tracks/get

Required parameters: editId, packageName, track

Optional parameters: none

Fetches the track configuration for the specified track type. Includes the APK version codes that are in this track.
sourceraw docstring

tracks-list$clj

(tracks-list$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/tracks/list

Required parameters: editId, packageName

Optional parameters: none

Lists all the track configurations for this edit.

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/tracks/list

Required parameters: editId, packageName

Optional parameters: none

Lists all the track configurations for this edit.
sourceraw docstring

tracks-patch$clj

(tracks-patch$ auth parameters body)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/tracks/patch

Required parameters: editId, packageName, track

Optional parameters: none

Body:

{:releases [{:releaseNotes [LocalizedText], :rollbackEnabled boolean, :countryTargeting CountryTargeting, :name string, :versionCodes [string], :controls [Control], :status string, :pinnedVersions [TrackReleasePin], :userFraction number, :sampling Sampling, :inAppUpdatePriority integer}], :track string}

Updates the track configuration for the specified track type. This method supports patch semantics.

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/tracks/patch

Required parameters: editId, packageName, track

Optional parameters: none

Body: 

{:releases [{:releaseNotes [LocalizedText],
             :rollbackEnabled boolean,
             :countryTargeting CountryTargeting,
             :name string,
             :versionCodes [string],
             :controls [Control],
             :status string,
             :pinnedVersions [TrackReleasePin],
             :userFraction number,
             :sampling Sampling,
             :inAppUpdatePriority integer}],
 :track string}

Updates the track configuration for the specified track type. This method supports patch semantics.
sourceraw docstring

tracks-update$clj

(tracks-update$ auth parameters body)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/tracks/update

Required parameters: editId, packageName, track

Optional parameters: none

Body:

{:releases [{:releaseNotes [LocalizedText], :rollbackEnabled boolean, :countryTargeting CountryTargeting, :name string, :versionCodes [string], :controls [Control], :status string, :pinnedVersions [TrackReleasePin], :userFraction number, :sampling Sampling, :inAppUpdatePriority integer}], :track string}

Updates the track configuration for the specified track type.

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/tracks/update

Required parameters: editId, packageName, track

Optional parameters: none

Body: 

{:releases [{:releaseNotes [LocalizedText],
             :rollbackEnabled boolean,
             :countryTargeting CountryTargeting,
             :name string,
             :versionCodes [string],
             :controls [Control],
             :status string,
             :pinnedVersions [TrackReleasePin],
             :userFraction number,
             :sampling Sampling,
             :inAppUpdatePriority integer}],
 :track string}

Updates the track configuration for the specified track type.
sourceraw docstring

validate$clj

(validate$ auth parameters)

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/validate

Required parameters: editId, packageName

Optional parameters: none

Checks that the edit can be successfully committed. The edit's changes are not applied to the live app.

https://developers.google.com/android-publisherapi/reference/rest/v3/edits/validate

Required parameters: editId, packageName

Optional parameters: none

Checks that the edit can be successfully committed. The edit's changes are not applied to the live app.
sourceraw docstring

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

× close