mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
remove generated libs
This commit is contained in:
@@ -1,42 +0,0 @@
|
||||
# DO NOT EDIT !
|
||||
# This file was generated automatically from 'src/generator/templates/Cargo.toml.mako'
|
||||
# DO NOT EDIT !
|
||||
[package]
|
||||
|
||||
name = "google-firebaseappcheck1_beta-cli"
|
||||
version = "5.0.4+20240226"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
||||
description = "A complete library to interact with Firebaseappcheck (protocol v1beta)"
|
||||
repository = "https://github.com/Byron/google-apis-rs/tree/main/gen/firebaseappcheck1_beta-cli"
|
||||
homepage = "https://firebase.google.com/docs/app-check"
|
||||
documentation = "http://byron.github.io/google-apis-rs/google_firebaseappcheck1_beta_cli"
|
||||
license = "MIT"
|
||||
keywords = ["firebaseappcheck", "google", "cli"]
|
||||
autobins = false
|
||||
edition = "2018"
|
||||
|
||||
[[bin]]
|
||||
name = "firebaseappcheck1-beta"
|
||||
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-firebaseappcheck1_beta]
|
||||
path = "../firebaseappcheck1_beta"
|
||||
version = "5.0.4+20240226"
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
<!---
|
||||
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.
|
||||
@@ -1,160 +0,0 @@
|
||||
<!---
|
||||
DO NOT EDIT !
|
||||
This file was generated automatically from 'src/generator/templates/cli/README.md.mako'
|
||||
DO NOT EDIT !
|
||||
-->
|
||||
The `firebaseappcheck1-beta` command-line interface *(CLI)* allows to use most features of the *Google Firebaseappcheck* 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 *Firebaseappcheck* API can be found at the
|
||||
[official documentation site](https://firebase.google.com/docs/app-check).
|
||||
|
||||
# Installation and Source Code
|
||||
|
||||
Install the command-line interface with cargo using:
|
||||
|
||||
```bash
|
||||
cargo install google-firebaseappcheck1_beta-cli
|
||||
```
|
||||
|
||||
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/main/gen/firebaseappcheck1_beta-cli).
|
||||
|
||||
# Usage
|
||||
|
||||
This documentation was generated from the *Firebaseappcheck* API at revision *20240226*. The CLI is at version *5.0.4*.
|
||||
|
||||
```bash
|
||||
firebaseappcheck1-beta [options]
|
||||
jwks
|
||||
get <name> [-p <v>]... [-o <out>]
|
||||
oauth-clients
|
||||
exchange-app-attest-assertion <app> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
exchange-app-attest-attestation <app> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
exchange-debug-token <app> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
generate-app-attest-challenge <app> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
projects
|
||||
apps-app-attest-config-batch-get <parent> [-p <v>]... [-o <out>]
|
||||
apps-app-attest-config-get <name> [-p <v>]... [-o <out>]
|
||||
apps-app-attest-config-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
apps-debug-tokens-create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
apps-debug-tokens-delete <name> [-p <v>]... [-o <out>]
|
||||
apps-debug-tokens-get <name> [-p <v>]... [-o <out>]
|
||||
apps-debug-tokens-list <parent> [-p <v>]... [-o <out>]
|
||||
apps-debug-tokens-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
apps-device-check-config-batch-get <parent> [-p <v>]... [-o <out>]
|
||||
apps-device-check-config-get <name> [-p <v>]... [-o <out>]
|
||||
apps-device-check-config-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
apps-exchange-app-attest-assertion <app> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
apps-exchange-app-attest-attestation <app> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
apps-exchange-custom-token <app> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
apps-exchange-debug-token <app> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
apps-exchange-device-check-token <app> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
apps-exchange-play-integrity-token <app> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
apps-exchange-recaptcha-enterprise-token <app> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
apps-exchange-recaptcha-token <app> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
apps-exchange-recaptcha-v3-token <app> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
apps-exchange-safety-net-token <app> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
apps-generate-app-attest-challenge <app> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
apps-generate-play-integrity-challenge <app> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
apps-play-integrity-config-batch-get <parent> [-p <v>]... [-o <out>]
|
||||
apps-play-integrity-config-get <name> [-p <v>]... [-o <out>]
|
||||
apps-play-integrity-config-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
apps-recaptcha-config-batch-get <parent> [-p <v>]... [-o <out>]
|
||||
apps-recaptcha-config-get <name> [-p <v>]... [-o <out>]
|
||||
apps-recaptcha-config-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
apps-recaptcha-enterprise-config-batch-get <parent> [-p <v>]... [-o <out>]
|
||||
apps-recaptcha-enterprise-config-get <name> [-p <v>]... [-o <out>]
|
||||
apps-recaptcha-enterprise-config-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
apps-recaptcha-v3-config-batch-get <parent> [-p <v>]... [-o <out>]
|
||||
apps-recaptcha-v3-config-get <name> [-p <v>]... [-o <out>]
|
||||
apps-recaptcha-v3-config-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
apps-safety-net-config-batch-get <parent> [-p <v>]... [-o <out>]
|
||||
apps-safety-net-config-get <name> [-p <v>]... [-o <out>]
|
||||
apps-safety-net-config-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
services-batch-update <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
services-get <name> [-p <v>]... [-o <out>]
|
||||
services-list <parent> [-p <v>]... [-o <out>]
|
||||
services-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
services-resource-policies-batch-update <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
services-resource-policies-create <parent> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
services-resource-policies-delete <name> [-p <v>]... [-o <out>]
|
||||
services-resource-policies-get <name> [-p <v>]... [-o <out>]
|
||||
services-resource-policies-list <parent> [-p <v>]... [-o <out>]
|
||||
services-resource-policies-patch <name> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
verify-app-check-token <project> (-r <kv>)... [-p <v>]... [-o <out>]
|
||||
firebaseappcheck1-beta --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 `firebaseappcheck1-beta-`. 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/firebaseappcheck1-beta-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/firebaseappcheck1-beta-secret.json`, assuming that the required *firebaseappcheck* 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. `firebaseappcheck1-beta --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/
|
||||
@@ -1,73 +0,0 @@
|
||||
site_name: Firebaseappcheck v5.0.4+20240226
|
||||
site_url: http://byron.github.io/google-apis-rs/google-firebaseappcheck1_beta-cli
|
||||
site_description: A complete library to interact with Firebaseappcheck (protocol v1beta)
|
||||
|
||||
repo_url: https://github.com/Byron/google-apis-rs/tree/main/gen/firebaseappcheck1_beta-cli
|
||||
|
||||
docs_dir: docs
|
||||
site_dir: build_html
|
||||
|
||||
nav:
|
||||
- Home: 'index.md'
|
||||
- 'Jwks':
|
||||
- 'Get': 'jwks_get.md'
|
||||
- 'Oauth Clients':
|
||||
- 'Exchange App Attest Assertion': 'oauth-clients_exchange-app-attest-assertion.md'
|
||||
- 'Exchange App Attest Attestation': 'oauth-clients_exchange-app-attest-attestation.md'
|
||||
- 'Exchange Debug Token': 'oauth-clients_exchange-debug-token.md'
|
||||
- 'Generate App Attest Challenge': 'oauth-clients_generate-app-attest-challenge.md'
|
||||
- 'Projects':
|
||||
- 'Apps App Attest Config Batch Get': 'projects_apps-app-attest-config-batch-get.md'
|
||||
- 'Apps App Attest Config Get': 'projects_apps-app-attest-config-get.md'
|
||||
- 'Apps App Attest Config Patch': 'projects_apps-app-attest-config-patch.md'
|
||||
- 'Apps Debug Tokens Create': 'projects_apps-debug-tokens-create.md'
|
||||
- 'Apps Debug Tokens Delete': 'projects_apps-debug-tokens-delete.md'
|
||||
- 'Apps Debug Tokens Get': 'projects_apps-debug-tokens-get.md'
|
||||
- 'Apps Debug Tokens List': 'projects_apps-debug-tokens-list.md'
|
||||
- 'Apps Debug Tokens Patch': 'projects_apps-debug-tokens-patch.md'
|
||||
- 'Apps Device Check Config Batch Get': 'projects_apps-device-check-config-batch-get.md'
|
||||
- 'Apps Device Check Config Get': 'projects_apps-device-check-config-get.md'
|
||||
- 'Apps Device Check Config Patch': 'projects_apps-device-check-config-patch.md'
|
||||
- 'Apps Exchange App Attest Assertion': 'projects_apps-exchange-app-attest-assertion.md'
|
||||
- 'Apps Exchange App Attest Attestation': 'projects_apps-exchange-app-attest-attestation.md'
|
||||
- 'Apps Exchange Custom Token': 'projects_apps-exchange-custom-token.md'
|
||||
- 'Apps Exchange Debug Token': 'projects_apps-exchange-debug-token.md'
|
||||
- 'Apps Exchange Device Check Token': 'projects_apps-exchange-device-check-token.md'
|
||||
- 'Apps Exchange Play Integrity Token': 'projects_apps-exchange-play-integrity-token.md'
|
||||
- 'Apps Exchange Recaptcha Enterprise Token': 'projects_apps-exchange-recaptcha-enterprise-token.md'
|
||||
- 'Apps Exchange Recaptcha Token': 'projects_apps-exchange-recaptcha-token.md'
|
||||
- 'Apps Exchange Recaptcha V3 Token': 'projects_apps-exchange-recaptcha-v3-token.md'
|
||||
- 'Apps Exchange Safety Net Token': 'projects_apps-exchange-safety-net-token.md'
|
||||
- 'Apps Generate App Attest Challenge': 'projects_apps-generate-app-attest-challenge.md'
|
||||
- 'Apps Generate Play Integrity Challenge': 'projects_apps-generate-play-integrity-challenge.md'
|
||||
- 'Apps Play Integrity Config Batch Get': 'projects_apps-play-integrity-config-batch-get.md'
|
||||
- 'Apps Play Integrity Config Get': 'projects_apps-play-integrity-config-get.md'
|
||||
- 'Apps Play Integrity Config Patch': 'projects_apps-play-integrity-config-patch.md'
|
||||
- 'Apps Recaptcha Config Batch Get': 'projects_apps-recaptcha-config-batch-get.md'
|
||||
- 'Apps Recaptcha Config Get': 'projects_apps-recaptcha-config-get.md'
|
||||
- 'Apps Recaptcha Config Patch': 'projects_apps-recaptcha-config-patch.md'
|
||||
- 'Apps Recaptcha Enterprise Config Batch Get': 'projects_apps-recaptcha-enterprise-config-batch-get.md'
|
||||
- 'Apps Recaptcha Enterprise Config Get': 'projects_apps-recaptcha-enterprise-config-get.md'
|
||||
- 'Apps Recaptcha Enterprise Config Patch': 'projects_apps-recaptcha-enterprise-config-patch.md'
|
||||
- 'Apps Recaptcha V3 Config Batch Get': 'projects_apps-recaptcha-v3-config-batch-get.md'
|
||||
- 'Apps Recaptcha V3 Config Get': 'projects_apps-recaptcha-v3-config-get.md'
|
||||
- 'Apps Recaptcha V3 Config Patch': 'projects_apps-recaptcha-v3-config-patch.md'
|
||||
- 'Apps Safety Net Config Batch Get': 'projects_apps-safety-net-config-batch-get.md'
|
||||
- 'Apps Safety Net Config Get': 'projects_apps-safety-net-config-get.md'
|
||||
- 'Apps Safety Net Config Patch': 'projects_apps-safety-net-config-patch.md'
|
||||
- 'Services Batch Update': 'projects_services-batch-update.md'
|
||||
- 'Services Get': 'projects_services-get.md'
|
||||
- 'Services List': 'projects_services-list.md'
|
||||
- 'Services Patch': 'projects_services-patch.md'
|
||||
- 'Services Resource Policies Batch Update': 'projects_services-resource-policies-batch-update.md'
|
||||
- 'Services Resource Policies Create': 'projects_services-resource-policies-create.md'
|
||||
- 'Services Resource Policies Delete': 'projects_services-resource-policies-delete.md'
|
||||
- 'Services Resource Policies Get': 'projects_services-resource-policies-get.md'
|
||||
- 'Services Resource Policies List': 'projects_services-resource-policies-list.md'
|
||||
- 'Services Resource Policies Patch': 'projects_services-resource-policies-patch.md'
|
||||
- 'Verify App Check Token': 'projects_verify-app-check-token.md'
|
||||
|
||||
theme: readthedocs
|
||||
|
||||
copyright: Copyright © 2015-2020, `Sebastian Thiel`
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user