mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-08 12:32:08 +01:00
regenerate walletobjects
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
[package]
|
||||
|
||||
name = "google-walletobjects1-cli"
|
||||
version = "4.0.2+20220928"
|
||||
version = "4.0.4+20220928"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
||||
description = "A complete library to interact with Walletobjects (protocol v1)"
|
||||
repository = "https://github.com/Byron/google-apis-rs/tree/main/gen/walletobjects1-cli"
|
||||
@@ -38,7 +38,7 @@ tower-service = "^0.3.1"
|
||||
|
||||
[dependencies.google-walletobjects1]
|
||||
path = "../walletobjects1"
|
||||
version = "4.0.2+20220928"
|
||||
version = "4.0.4+20220928"
|
||||
|
||||
# [features]
|
||||
# default = ["yup-oauth2"]
|
||||
|
||||
@@ -25,7 +25,7 @@ Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/ma
|
||||
|
||||
# Usage
|
||||
|
||||
This documentation was generated from the *Walletobjects* API at revision *20220928*. The CLI is at version *4.0.2*.
|
||||
This documentation was generated from the *Walletobjects* API at revision *20220928*. The CLI is at version *4.0.4*.
|
||||
|
||||
```bash
|
||||
walletobjects1 [options]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
site_name: Walletobjects v4.0.2+20220928
|
||||
site_name: Walletobjects v4.0.4+20220928
|
||||
site_url: http://byron.github.io/google-apis-rs/google-walletobjects1-cli
|
||||
site_description: A complete library to interact with Walletobjects (protocol v1)
|
||||
|
||||
|
||||
@@ -17579,7 +17579,7 @@ async fn main() {
|
||||
|
||||
let mut app = App::new("walletobjects1")
|
||||
.author("Sebastian Thiel <byronimo@gmail.com>")
|
||||
.version("4.0.2+20220928")
|
||||
.version("4.0.4+20220928")
|
||||
.about("API for issuers to save and manage Google Wallet Objects.")
|
||||
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_walletobjects1_cli")
|
||||
.arg(Arg::with_name("url")
|
||||
|
||||
Reference in New Issue
Block a user