mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-15 22:18:10 +01:00
remove changes to gen
This commit is contained in:
42
gen/androidpublisher3-cli/Cargo.toml
Normal file
42
gen/androidpublisher3-cli/Cargo.toml
Normal file
@@ -0,0 +1,42 @@
|
||||
# DO NOT EDIT !
|
||||
# This file was generated automatically from 'src/generator/templates/Cargo.toml.mako'
|
||||
# DO NOT EDIT !
|
||||
[package]
|
||||
|
||||
name = "google-androidpublisher3-cli"
|
||||
version = "5.0.4+20240229"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
||||
description = "A complete library to interact with Android Publisher (protocol v3)"
|
||||
repository = "https://github.com/Byron/google-apis-rs/tree/main/gen/androidpublisher3-cli"
|
||||
homepage = "https://developers.google.com/android-publisher"
|
||||
documentation = "http://byron.github.io/google-apis-rs/google_androidpublisher3_cli"
|
||||
license = "MIT"
|
||||
keywords = ["androidpublisher", "google", "cli"]
|
||||
autobins = false
|
||||
edition = "2018"
|
||||
|
||||
[[bin]]
|
||||
name = "androidpublisher3"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "^ 1.0"
|
||||
hyper-rustls = "0.24.0"
|
||||
mime = "^ 0.3.0"
|
||||
serde = { version = "^ 1.0", features = ["derive"] }
|
||||
serde_json = "^ 1.0"
|
||||
itertools = "^ 0.10"
|
||||
google-clis-common = { path = "../../google-clis-common", version = "6.0" }
|
||||
strsim = "^0.5"
|
||||
clap = "^2.0"
|
||||
http = "^0.2"
|
||||
hyper = { version = "0.14", features = ["full"] }
|
||||
tokio = { version = "^ 1.0", features = ["full"] }
|
||||
tower-service = "^0.3.1"
|
||||
|
||||
|
||||
|
||||
[dependencies.google-androidpublisher3]
|
||||
path = "../androidpublisher3"
|
||||
version = "5.0.4+20240229"
|
||||
|
||||
30
gen/androidpublisher3-cli/LICENSE.md
Normal file
30
gen/androidpublisher3-cli/LICENSE.md
Normal file
@@ -0,0 +1,30 @@
|
||||
<!---
|
||||
DO NOT EDIT !
|
||||
This file was generated automatically from 'src/generator/templates/LICENSE.md.mako'
|
||||
DO NOT EDIT !
|
||||
-->
|
||||
The MIT License (MIT)
|
||||
=====================
|
||||
|
||||
Copyright © `2015-2020` `Sebastian Thiel`
|
||||
|
||||
Permission is hereby granted, free of charge, to any person
|
||||
obtaining a copy of this software and associated documentation
|
||||
files (the “Software”), to deal in the Software without
|
||||
restriction, including without limitation the rights to use,
|
||||
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the
|
||||
Software is furnished to do so, subject to the following
|
||||
conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
||||
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
OTHER DEALINGS IN THE SOFTWARE.
|
||||
231
gen/androidpublisher3-cli/README.md
Normal file
231
gen/androidpublisher3-cli/README.md
Normal file
@@ -0,0 +1,231 @@
|
||||
<!---
|
||||
DO NOT EDIT !
|
||||
This file was generated automatically from 'src/generator/templates/cli/README.md.mako'
|
||||
DO NOT EDIT !
|
||||
-->
|
||||
The `androidpublisher3` command-line interface *(CLI)* allows to use most features of the *Google Android Publisher* service from the comfort of your terminal.
|
||||
|
||||
By default all output is printed to standard out, but flags can be set to direct it into a file independent of your shell's
|
||||
capabilities. Errors will be printed to standard error, and cause the program's exit code to be non-zero.
|
||||
|
||||
If data-structures are requested, these will be returned as pretty-printed JSON, to be useful as input to other tools.
|
||||
|
||||
Everything else about the *Android Publisher* API can be found at the
|
||||
[official documentation site](https://developers.google.com/android-publisher).
|
||||
|
||||
# Installation and Source Code
|
||||
|
||||
Install the command-line interface with cargo using:
|
||||
|
||||
```bash
|
||||
cargo install google-androidpublisher3-cli
|
||||
```
|
||||
|
||||
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/main/gen/androidpublisher3-cli).
|
||||
|
||||
# Usage
|
||||
|
||||
This documentation was generated from the *Android Publisher* API at revision *20240229*. The CLI is at version *5.0.4*.
|
||||
|
||||
```bash
|
||||
androidpublisher3 [options]
|
||||
applications
|
||||
data-safety <package-name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
device-tier-configs-create <package-name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
device-tier-configs-get <package-name> <device-tier-config-id> [-p <v>]... [-o <out>]
|
||||
device-tier-configs-list <package-name> [-p <v>]... [-o <out>]
|
||||
apprecovery
|
||||
add-targeting <package-name> <app-recovery-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
app-recoveries <package-name> [-p <v>]... [-o <out>]
|
||||
cancel <package-name> <app-recovery-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
create <package-name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
deploy <package-name> <app-recovery-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
edits
|
||||
apks-addexternallyhosted <package-name> <edit-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
apks-list <package-name> <edit-id> [-p <v>]... [-o <out>]
|
||||
apks-upload <package-name> <edit-id> (-u simple -f <file> [-m <mime>]) [-p <v>]... [-o <out>]
|
||||
bundles-list <package-name> <edit-id> [-p <v>]... [-o <out>]
|
||||
bundles-upload <package-name> <edit-id> (-u simple -f <file> [-m <mime>]) [-p <v>]... [-o <out>]
|
||||
commit <package-name> <edit-id> [-p <v>]... [-o <out>]
|
||||
countryavailability-get <package-name> <edit-id> <track> [-p <v>]... [-o <out>]
|
||||
delete <package-name> <edit-id> [-p <v>]...
|
||||
deobfuscationfiles-upload <package-name> <edit-id> <apk-version-code> <deobfuscation-file-type> (-u simple -f <file> [-m <mime>]) [-p <v>]... [-o <out>]
|
||||
details-get <package-name> <edit-id> [-p <v>]... [-o <out>]
|
||||
details-patch <package-name> <edit-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
details-update <package-name> <edit-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
expansionfiles-get <package-name> <edit-id> <apk-version-code> <expansion-file-type> [-p <v>]... [-o <out>]
|
||||
expansionfiles-patch <package-name> <edit-id> <apk-version-code> <expansion-file-type> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
expansionfiles-update <package-name> <edit-id> <apk-version-code> <expansion-file-type> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
expansionfiles-upload <package-name> <edit-id> <apk-version-code> <expansion-file-type> (-u simple -f <file> [-m <mime>]) [-p <v>]... [-o <out>]
|
||||
get <package-name> <edit-id> [-p <v>]... [-o <out>]
|
||||
images-delete <package-name> <edit-id> <language> <image-type> <image-id> [-p <v>]...
|
||||
images-deleteall <package-name> <edit-id> <language> <image-type> [-p <v>]... [-o <out>]
|
||||
images-list <package-name> <edit-id> <language> <image-type> [-p <v>]... [-o <out>]
|
||||
images-upload <package-name> <edit-id> <language> <image-type> (-u simple -f <file> [-m <mime>]) [-p <v>]... [-o <out>]
|
||||
insert <package-name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
listings-delete <package-name> <edit-id> <language> [-p <v>]...
|
||||
listings-deleteall <package-name> <edit-id> [-p <v>]...
|
||||
listings-get <package-name> <edit-id> <language> [-p <v>]... [-o <out>]
|
||||
listings-list <package-name> <edit-id> [-p <v>]... [-o <out>]
|
||||
listings-patch <package-name> <edit-id> <language> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
listings-update <package-name> <edit-id> <language> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
testers-get <package-name> <edit-id> <track> [-p <v>]... [-o <out>]
|
||||
testers-patch <package-name> <edit-id> <track> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
testers-update <package-name> <edit-id> <track> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
tracks-create <package-name> <edit-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
tracks-get <package-name> <edit-id> <track> [-p <v>]... [-o <out>]
|
||||
tracks-list <package-name> <edit-id> [-p <v>]... [-o <out>]
|
||||
tracks-patch <package-name> <edit-id> <track> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
tracks-update <package-name> <edit-id> <track> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
validate <package-name> <edit-id> [-p <v>]... [-o <out>]
|
||||
externaltransactions
|
||||
createexternaltransaction <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
getexternaltransaction <name> [-p <v>]... [-o <out>]
|
||||
refundexternaltransaction <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
generatedapks
|
||||
download <package-name> <version-code> <download-id> [-p <v>]... [-o <out>]
|
||||
list <package-name> <version-code> [-p <v>]... [-o <out>]
|
||||
grants
|
||||
create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
delete <name> [-p <v>]...
|
||||
patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
inappproducts
|
||||
batch-delete <package-name> (-r <kv>)... [-p <v>]...
|
||||
batch-get <package-name> [-p <v>]... [-o <out>]
|
||||
batch-update <package-name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
delete <package-name> <sku> [-p <v>]...
|
||||
get <package-name> <sku> [-p <v>]... [-o <out>]
|
||||
insert <package-name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
list <package-name> [-p <v>]... [-o <out>]
|
||||
patch <package-name> <sku> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
update <package-name> <sku> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
internalappsharingartifacts
|
||||
uploadapk <package-name> (-u simple -f <file> [-m <mime>]) [-p <v>]... [-o <out>]
|
||||
uploadbundle <package-name> (-u simple -f <file> [-m <mime>]) [-p <v>]... [-o <out>]
|
||||
monetization
|
||||
convert-region-prices <package-name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
subscriptions-archive <package-name> <product-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
subscriptions-base-plans-activate <package-name> <product-id> <base-plan-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
subscriptions-base-plans-batch-migrate-prices <package-name> <product-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
subscriptions-base-plans-batch-update-states <package-name> <product-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
subscriptions-base-plans-deactivate <package-name> <product-id> <base-plan-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
subscriptions-base-plans-delete <package-name> <product-id> <base-plan-id> [-p <v>]...
|
||||
subscriptions-base-plans-migrate-prices <package-name> <product-id> <base-plan-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
subscriptions-base-plans-offers-activate <package-name> <product-id> <base-plan-id> <offer-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
subscriptions-base-plans-offers-batch-get <package-name> <product-id> <base-plan-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
subscriptions-base-plans-offers-batch-update <package-name> <product-id> <base-plan-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
subscriptions-base-plans-offers-batch-update-states <package-name> <product-id> <base-plan-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
subscriptions-base-plans-offers-create <package-name> <product-id> <base-plan-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
subscriptions-base-plans-offers-deactivate <package-name> <product-id> <base-plan-id> <offer-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
subscriptions-base-plans-offers-delete <package-name> <product-id> <base-plan-id> <offer-id> [-p <v>]...
|
||||
subscriptions-base-plans-offers-get <package-name> <product-id> <base-plan-id> <offer-id> [-p <v>]... [-o <out>]
|
||||
subscriptions-base-plans-offers-list <package-name> <product-id> <base-plan-id> [-p <v>]... [-o <out>]
|
||||
subscriptions-base-plans-offers-patch <package-name> <product-id> <base-plan-id> <offer-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
subscriptions-batch-get <package-name> [-p <v>]... [-o <out>]
|
||||
subscriptions-batch-update <package-name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
subscriptions-create <package-name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
subscriptions-delete <package-name> <product-id> [-p <v>]...
|
||||
subscriptions-get <package-name> <product-id> [-p <v>]... [-o <out>]
|
||||
subscriptions-list <package-name> [-p <v>]... [-o <out>]
|
||||
subscriptions-patch <package-name> <product-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
orders
|
||||
refund <package-name> <order-id> [-p <v>]...
|
||||
purchases
|
||||
products-acknowledge <package-name> <product-id> <token> (-r <kv>)... [-p <v>]...
|
||||
products-consume <package-name> <product-id> <token> [-p <v>]...
|
||||
products-get <package-name> <product-id> <token> [-p <v>]... [-o <out>]
|
||||
subscriptions-acknowledge <package-name> <subscription-id> <token> (-r <kv>)... [-p <v>]...
|
||||
subscriptions-cancel <package-name> <subscription-id> <token> [-p <v>]...
|
||||
subscriptions-defer <package-name> <subscription-id> <token> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
subscriptions-get <package-name> <subscription-id> <token> [-p <v>]... [-o <out>]
|
||||
subscriptions-refund <package-name> <subscription-id> <token> [-p <v>]...
|
||||
subscriptions-revoke <package-name> <subscription-id> <token> [-p <v>]...
|
||||
subscriptionsv2-get <package-name> <token> [-p <v>]... [-o <out>]
|
||||
subscriptionsv2-revoke <package-name> <token> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
voidedpurchases-list <package-name> [-p <v>]... [-o <out>]
|
||||
reviews
|
||||
get <package-name> <review-id> [-p <v>]... [-o <out>]
|
||||
list <package-name> [-p <v>]... [-o <out>]
|
||||
reply <package-name> <review-id> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
systemapks
|
||||
variants-create <package-name> <version-code> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
variants-download <package-name> <version-code> <variant-id> [-p <v>]... [-o <out>]
|
||||
variants-get <package-name> <version-code> <variant-id> [-p <v>]... [-o <out>]
|
||||
variants-list <package-name> <version-code> [-p <v>]... [-o <out>]
|
||||
users
|
||||
create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
delete <name> [-p <v>]...
|
||||
list <parent> [-p <v>]... [-o <out>]
|
||||
patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
androidpublisher3 --help
|
||||
|
||||
Configuration:
|
||||
[--scope <url>]...
|
||||
Specify the authentication a method should be executed in. Each scope
|
||||
requires the user to grant this application permission to use it.
|
||||
If unset, it defaults to the shortest scope url for a particular method.
|
||||
--config-dir <folder>
|
||||
A directory into which we will store our persistent data. Defaults to
|
||||
a user-writable directory that we will create during the first invocation.
|
||||
[default: ~/.google-service-cli]
|
||||
|
||||
```
|
||||
|
||||
# Configuration
|
||||
|
||||
The program will store all persistent data in the `~/.google-service-cli` directory in *JSON* files prefixed with `androidpublisher3-`. You can change the directory used to store configuration with the `--config-dir` flag on a per-invocation basis.
|
||||
|
||||
More information about the various kinds of persistent data are given in the following paragraphs.
|
||||
|
||||
# Authentication
|
||||
|
||||
Most APIs require a user to authenticate any request. If this is the case, the [scope][scopes] determines the
|
||||
set of permissions granted. The granularity of these is usually no more than *read-only* or *full-access*.
|
||||
|
||||
If not set, the system will automatically select the smallest feasible scope, e.g. when invoking a
|
||||
method that is read-only, it will ask only for a read-only scope.
|
||||
You may use the `--scope` flag to specify a scope directly.
|
||||
All applicable scopes are documented in the respective method's CLI documentation.
|
||||
|
||||
The first time a scope is used, the user is asked for permission. Follow the instructions given
|
||||
by the CLI to grant permissions, or to decline.
|
||||
|
||||
If a scope was authenticated by the user, the respective information will be stored as *JSON* in the configuration
|
||||
directory, e.g. `~/.google-service-cli/androidpublisher3-token-<scope-hash>.json`. No manual management of these tokens
|
||||
is necessary.
|
||||
|
||||
To revoke granted authentication, please refer to the [official documentation][revoke-access].
|
||||
|
||||
# Application Secrets
|
||||
|
||||
In order to allow any application to use Google services, it will need to be registered using the
|
||||
[Google Developer Console][google-dev-console]. APIs the application may use are then enabled for it
|
||||
one by one. Most APIs can be used for free and have a daily quota.
|
||||
|
||||
To allow more comfortable usage of the CLI without forcing anyone to register an own application, the CLI
|
||||
comes with a default application secret that is configured accordingly. This also means that heavy usage
|
||||
all around the world may deplete the daily quota.
|
||||
|
||||
You can workaround this limitation by putting your own secrets file at this location:
|
||||
`~/.google-service-cli/androidpublisher3-secret.json`, assuming that the required *androidpublisher* API
|
||||
was enabled for it. Such a secret file can be downloaded in the *Google Developer Console* at
|
||||
*APIs & auth -> Credentials -> Download JSON* and used as is.
|
||||
|
||||
Learn more about how to setup Google projects and enable APIs using the [official documentation][google-project-new].
|
||||
|
||||
|
||||
# Debugging
|
||||
|
||||
Even though the CLI does its best to provide usable error messages, sometimes it might be desirable to know
|
||||
what exactly led to a particular issue. This is done by allowing all client-server communication to be
|
||||
output to standard error *as-is*.
|
||||
|
||||
The `--debug` flag will print errors using the `Debug` representation to standard error.
|
||||
|
||||
You may consider redirecting standard error into a file for ease of use, e.g. `androidpublisher3 --debug <resource> <method> [options] 2>debug.txt`.
|
||||
|
||||
|
||||
[scopes]: https://developers.google.com/+/api/oauth#scopes
|
||||
[revoke-access]: http://webapps.stackexchange.com/a/30849
|
||||
[google-dev-console]: https://console.developers.google.com/
|
||||
[google-project-new]: https://developers.google.com/console/help/new/
|
||||
144
gen/androidpublisher3-cli/mkdocs.yml
Normal file
144
gen/androidpublisher3-cli/mkdocs.yml
Normal file
@@ -0,0 +1,144 @@
|
||||
site_name: Android Publisher v5.0.4+20240229
|
||||
site_url: http://byron.github.io/google-apis-rs/google-androidpublisher3-cli
|
||||
site_description: A complete library to interact with Android Publisher (protocol v3)
|
||||
|
||||
repo_url: https://github.com/Byron/google-apis-rs/tree/main/gen/androidpublisher3-cli
|
||||
|
||||
docs_dir: docs
|
||||
site_dir: build_html
|
||||
|
||||
nav:
|
||||
- Home: 'index.md'
|
||||
- 'Applications':
|
||||
- 'Data Safety': 'applications_data-safety.md'
|
||||
- 'Device Tier Configs Create': 'applications_device-tier-configs-create.md'
|
||||
- 'Device Tier Configs Get': 'applications_device-tier-configs-get.md'
|
||||
- 'Device Tier Configs List': 'applications_device-tier-configs-list.md'
|
||||
- 'Apprecovery':
|
||||
- 'Add Targeting': 'apprecovery_add-targeting.md'
|
||||
- 'App Recoveries': 'apprecovery_app-recoveries.md'
|
||||
- 'Cancel': 'apprecovery_cancel.md'
|
||||
- 'Create': 'apprecovery_create.md'
|
||||
- 'Deploy': 'apprecovery_deploy.md'
|
||||
- 'Edits':
|
||||
- 'Apks Addexternallyhosted': 'edits_apks-addexternallyhosted.md'
|
||||
- 'Apks List': 'edits_apks-list.md'
|
||||
- 'Apks Upload': 'edits_apks-upload.md'
|
||||
- 'Bundles List': 'edits_bundles-list.md'
|
||||
- 'Bundles Upload': 'edits_bundles-upload.md'
|
||||
- 'Commit': 'edits_commit.md'
|
||||
- 'Countryavailability Get': 'edits_countryavailability-get.md'
|
||||
- 'Delete': 'edits_delete.md'
|
||||
- 'Deobfuscationfiles Upload': 'edits_deobfuscationfiles-upload.md'
|
||||
- 'Details Get': 'edits_details-get.md'
|
||||
- 'Details Patch': 'edits_details-patch.md'
|
||||
- 'Details Update': 'edits_details-update.md'
|
||||
- 'Expansionfiles Get': 'edits_expansionfiles-get.md'
|
||||
- 'Expansionfiles Patch': 'edits_expansionfiles-patch.md'
|
||||
- 'Expansionfiles Update': 'edits_expansionfiles-update.md'
|
||||
- 'Expansionfiles Upload': 'edits_expansionfiles-upload.md'
|
||||
- 'Get': 'edits_get.md'
|
||||
- 'Images Delete': 'edits_images-delete.md'
|
||||
- 'Images Deleteall': 'edits_images-deleteall.md'
|
||||
- 'Images List': 'edits_images-list.md'
|
||||
- 'Images Upload': 'edits_images-upload.md'
|
||||
- 'Insert': 'edits_insert.md'
|
||||
- 'Listings Delete': 'edits_listings-delete.md'
|
||||
- 'Listings Deleteall': 'edits_listings-deleteall.md'
|
||||
- 'Listings Get': 'edits_listings-get.md'
|
||||
- 'Listings List': 'edits_listings-list.md'
|
||||
- 'Listings Patch': 'edits_listings-patch.md'
|
||||
- 'Listings Update': 'edits_listings-update.md'
|
||||
- 'Testers Get': 'edits_testers-get.md'
|
||||
- 'Testers Patch': 'edits_testers-patch.md'
|
||||
- 'Testers Update': 'edits_testers-update.md'
|
||||
- 'Tracks Create': 'edits_tracks-create.md'
|
||||
- 'Tracks Get': 'edits_tracks-get.md'
|
||||
- 'Tracks List': 'edits_tracks-list.md'
|
||||
- 'Tracks Patch': 'edits_tracks-patch.md'
|
||||
- 'Tracks Update': 'edits_tracks-update.md'
|
||||
- 'Validate': 'edits_validate.md'
|
||||
- 'Externaltransactions':
|
||||
- 'Createexternaltransaction': 'externaltransactions_createexternaltransaction.md'
|
||||
- 'Getexternaltransaction': 'externaltransactions_getexternaltransaction.md'
|
||||
- 'Refundexternaltransaction': 'externaltransactions_refundexternaltransaction.md'
|
||||
- 'Generatedapks':
|
||||
- 'Download': 'generatedapks_download.md'
|
||||
- 'List': 'generatedapks_list.md'
|
||||
- 'Grants':
|
||||
- 'Create': 'grants_create.md'
|
||||
- 'Delete': 'grants_delete.md'
|
||||
- 'Patch': 'grants_patch.md'
|
||||
- 'Inappproducts':
|
||||
- 'Batch Delete': 'inappproducts_batch-delete.md'
|
||||
- 'Batch Get': 'inappproducts_batch-get.md'
|
||||
- 'Batch Update': 'inappproducts_batch-update.md'
|
||||
- 'Delete': 'inappproducts_delete.md'
|
||||
- 'Get': 'inappproducts_get.md'
|
||||
- 'Insert': 'inappproducts_insert.md'
|
||||
- 'List': 'inappproducts_list.md'
|
||||
- 'Patch': 'inappproducts_patch.md'
|
||||
- 'Update': 'inappproducts_update.md'
|
||||
- 'Internalappsharingartifacts':
|
||||
- 'Uploadapk': 'internalappsharingartifacts_uploadapk.md'
|
||||
- 'Uploadbundle': 'internalappsharingartifacts_uploadbundle.md'
|
||||
- 'Monetization':
|
||||
- 'Convert Region Prices': 'monetization_convert-region-prices.md'
|
||||
- 'Subscriptions Archive': 'monetization_subscriptions-archive.md'
|
||||
- 'Subscriptions Base Plans Activate': 'monetization_subscriptions-base-plans-activate.md'
|
||||
- 'Subscriptions Base Plans Batch Migrate Prices': 'monetization_subscriptions-base-plans-batch-migrate-prices.md'
|
||||
- 'Subscriptions Base Plans Batch Update States': 'monetization_subscriptions-base-plans-batch-update-states.md'
|
||||
- 'Subscriptions Base Plans Deactivate': 'monetization_subscriptions-base-plans-deactivate.md'
|
||||
- 'Subscriptions Base Plans Delete': 'monetization_subscriptions-base-plans-delete.md'
|
||||
- 'Subscriptions Base Plans Migrate Prices': 'monetization_subscriptions-base-plans-migrate-prices.md'
|
||||
- 'Subscriptions Base Plans Offers Activate': 'monetization_subscriptions-base-plans-offers-activate.md'
|
||||
- 'Subscriptions Base Plans Offers Batch Get': 'monetization_subscriptions-base-plans-offers-batch-get.md'
|
||||
- 'Subscriptions Base Plans Offers Batch Update': 'monetization_subscriptions-base-plans-offers-batch-update.md'
|
||||
- 'Subscriptions Base Plans Offers Batch Update States': 'monetization_subscriptions-base-plans-offers-batch-update-states.md'
|
||||
- 'Subscriptions Base Plans Offers Create': 'monetization_subscriptions-base-plans-offers-create.md'
|
||||
- 'Subscriptions Base Plans Offers Deactivate': 'monetization_subscriptions-base-plans-offers-deactivate.md'
|
||||
- 'Subscriptions Base Plans Offers Delete': 'monetization_subscriptions-base-plans-offers-delete.md'
|
||||
- 'Subscriptions Base Plans Offers Get': 'monetization_subscriptions-base-plans-offers-get.md'
|
||||
- 'Subscriptions Base Plans Offers List': 'monetization_subscriptions-base-plans-offers-list.md'
|
||||
- 'Subscriptions Base Plans Offers Patch': 'monetization_subscriptions-base-plans-offers-patch.md'
|
||||
- 'Subscriptions Batch Get': 'monetization_subscriptions-batch-get.md'
|
||||
- 'Subscriptions Batch Update': 'monetization_subscriptions-batch-update.md'
|
||||
- 'Subscriptions Create': 'monetization_subscriptions-create.md'
|
||||
- 'Subscriptions Delete': 'monetization_subscriptions-delete.md'
|
||||
- 'Subscriptions Get': 'monetization_subscriptions-get.md'
|
||||
- 'Subscriptions List': 'monetization_subscriptions-list.md'
|
||||
- 'Subscriptions Patch': 'monetization_subscriptions-patch.md'
|
||||
- 'Orders':
|
||||
- 'Refund': 'orders_refund.md'
|
||||
- 'Purchases':
|
||||
- 'Products Acknowledge': 'purchases_products-acknowledge.md'
|
||||
- 'Products Consume': 'purchases_products-consume.md'
|
||||
- 'Products Get': 'purchases_products-get.md'
|
||||
- 'Subscriptions Acknowledge': 'purchases_subscriptions-acknowledge.md'
|
||||
- 'Subscriptions Cancel': 'purchases_subscriptions-cancel.md'
|
||||
- 'Subscriptions Defer': 'purchases_subscriptions-defer.md'
|
||||
- 'Subscriptions Get': 'purchases_subscriptions-get.md'
|
||||
- 'Subscriptions Refund': 'purchases_subscriptions-refund.md'
|
||||
- 'Subscriptions Revoke': 'purchases_subscriptions-revoke.md'
|
||||
- 'Subscriptionsv2 Get': 'purchases_subscriptionsv2-get.md'
|
||||
- 'Subscriptionsv2 Revoke': 'purchases_subscriptionsv2-revoke.md'
|
||||
- 'Voidedpurchases List': 'purchases_voidedpurchases-list.md'
|
||||
- 'Reviews':
|
||||
- 'Get': 'reviews_get.md'
|
||||
- 'List': 'reviews_list.md'
|
||||
- 'Reply': 'reviews_reply.md'
|
||||
- 'Systemapks':
|
||||
- 'Variants Create': 'systemapks_variants-create.md'
|
||||
- 'Variants Download': 'systemapks_variants-download.md'
|
||||
- 'Variants Get': 'systemapks_variants-get.md'
|
||||
- 'Variants List': 'systemapks_variants-list.md'
|
||||
- 'Users':
|
||||
- 'Create': 'users_create.md'
|
||||
- 'Delete': 'users_delete.md'
|
||||
- 'List': 'users_list.md'
|
||||
- 'Patch': 'users_patch.md'
|
||||
|
||||
theme: readthedocs
|
||||
|
||||
copyright: Copyright © 2015-2020, `Sebastian Thiel`
|
||||
|
||||
12282
gen/androidpublisher3-cli/src/main.rs
Normal file
12282
gen/androidpublisher3-cli/src/main.rs
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user