mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(json): fetch latest json and re-gen all code
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
[package]
|
||||
|
||||
name = "google-books1-cli"
|
||||
version = "1.0.0+20160823"
|
||||
version = "1.0.0+20161206"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
||||
description = "A complete library to interact with books (protocol v1)"
|
||||
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/books1-cli"
|
||||
|
||||
@@ -24,7 +24,7 @@ Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/ma
|
||||
|
||||
# Usage
|
||||
|
||||
This documentation was generated from the *books* API at revision *20160823*. The CLI is at version *1.0.0*.
|
||||
This documentation was generated from the *books* API at revision *20161206*. The CLI is at version *1.0.0*.
|
||||
|
||||
```bash
|
||||
books1 [options]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
site_name: books v1.0.0+20160823
|
||||
site_name: books v1.0.0+20161206
|
||||
site_url: http://byron.github.io/google-apis-rs/google-books1-cli
|
||||
site_description: Write integrating applications with bcore
|
||||
|
||||
|
||||
@@ -4701,7 +4701,7 @@ fn main() {
|
||||
|
||||
let mut app = App::new("books1")
|
||||
.author("Sebastian Thiel <byronimo@gmail.com>")
|
||||
.version("1.0.0+20160823")
|
||||
.version("1.0.0+20161206")
|
||||
.about("Searches for books and manages your Google Books library.")
|
||||
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_books1_cli")
|
||||
.arg(Arg::with_name("url")
|
||||
|
||||
Reference in New Issue
Block a user