Googleapis Androidpublisher
Google Play Android Publisher API is a Google API for managing Android app publishing, releases, subscriptions, and store data on Google Play.
- Base URL:
https://androidpublisher.googleapis.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
androidpublisher_applications_devicetierconfigs_— GET /androidpublisher/v3/applications/{packageName}/deviceTierConfigs — Returns created device tier configs, ordered by descending creation time.androidpublisher_edits_get— GET /androidpublisher/v3/applications/{packageName}/edits/{editId} — Gets an app edit.androidpublisher_edits_apks_list— GET /androidpublisher/v3/applications/{packageName}/edits/{editId}/apks — Lists all current APKs of the app and edit.androidpublisher_edits_expansionfiles_get— GET /androidpublisher/v3/applications/{packageName}/edits/{editId}/apks/{apkVersionCode}/expansionFiles/{expansionFileType} — Fetches the expansion file configuration for the specified APK.androidpublisher_edits_bundles_list— GET /androidpublisher/v3/applications/{packageName}/edits/{editId}/bundles — Lists all current Android App Bundles of the app and edit.androidpublisher_edits_countryavailability_get— GET /androidpublisher/v3/applications/{packageName}/edits/{editId}/countryAvailability/{track} — Gets country availability.
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: androidpublisher_applications_devicetierconfigs_
# (attach an 'oauth' credential to the task — no inline secrets)
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
operation |
string | yes | — | One of: androidpublisher_applications_devicetierconfigs_, androidpublisher_edits_get, androidpublisher_edits_apks_list, androidpublisher_edits_expansionfiles_get, androidpublisher_edits_bundles_list, androidpublisher_edits_countryavailability_get |
apkVersionCode |
string | no | — | Path parameter apkVersionCode (required by some operations). |
editId |
string | no | — | Path parameter editId (required by some operations). |
expansionFileType |
string | no | — | Path parameter expansionFileType (required by some operations). |
packageName |
string | no | — | Path parameter packageName (required by some operations). |
track |
string | no | — | Path parameter track (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |