chore(json): fetch latest json and re-gen all code

This commit is contained in:
Sebastian Thiel
2016-12-16 11:25:26 +01:00
parent e04b6d023d
commit 06caa1de02
657 changed files with 237602 additions and 19201 deletions

View File

@@ -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"

View File

@@ -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]

View File

@@ -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

View File

@@ -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")