diff --git a/changelog.md b/changelog.md
index f22d763381..169dccac76 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,10 @@
+
+## api-v0.1.14:cli-v0.3.5 (2016-07-17)
+
+#### Bug Fixes
+
+* **auth:** use redirect flow([b6f5fc6e](https://github.com/Byron/google-apis-rs/commit/b6f5fc6eb3e6be21d22fb667b541f13ee3881df1))
+
## api-v0.1.14:cli-v0.3.5 (2016-07-17)
diff --git a/gen/adexchangebuyer1d3-cli/Cargo.toml b/gen/adexchangebuyer1d3-cli/Cargo.toml
index c9450c23d6..f44c980913 100644
--- a/gen/adexchangebuyer1d3-cli/Cargo.toml
+++ b/gen/adexchangebuyer1d3-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-adexchangebuyer1d3-cli"
-version = "0.3.5+20160405"
+version = "0.3.6+20160405"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with Ad Exchange Buyer (protocol v1.3)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/adexchangebuyer1d3-cli"
diff --git a/gen/adexchangebuyer1d3-cli/README.md b/gen/adexchangebuyer1d3-cli/README.md
index 7c0f0a348b..e4b650f14c 100644
--- a/gen/adexchangebuyer1d3-cli/README.md
+++ b/gen/adexchangebuyer1d3-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *Ad Exchange Buyer* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/adexchangebuyer1d3.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/adexchangebuyer1d3.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/adexchangebuyer1d3.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/adexchangebuyer1d3.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/adexchangebuyer1d3-cli).
# Usage
-This documentation was generated from the *Ad Exchange Buyer* API at revision *20160405*. The CLI is at version *0.3.5*.
+This documentation was generated from the *Ad Exchange Buyer* API at revision *20160405*. The CLI is at version *0.3.6*.
```bash
adexchangebuyer1d3 [options]
diff --git a/gen/adexchangebuyer1d3-cli/mkdocs.yml b/gen/adexchangebuyer1d3-cli/mkdocs.yml
index c9a39e1991..e48f867b80 100644
--- a/gen/adexchangebuyer1d3-cli/mkdocs.yml
+++ b/gen/adexchangebuyer1d3-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: Ad Exchange Buyer v0.3.5+20160405
+site_name: Ad Exchange Buyer v0.3.6+20160405
site_url: http://byron.github.io/google-apis-rs/google-adexchangebuyer1d3-cli
site_description: Write integrating applications with bcore
diff --git a/gen/adexchangebuyer1d3-cli/src/main.rs b/gen/adexchangebuyer1d3-cli/src/main.rs
index c415388bf4..2c452a7cdb 100644
--- a/gen/adexchangebuyer1d3-cli/src/main.rs
+++ b/gen/adexchangebuyer1d3-cli/src/main.rs
@@ -1704,7 +1704,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "adexchangebuyer1d3",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -2303,7 +2303,7 @@ fn main() {
let mut app = App::new("adexchangebuyer1d3")
.author("Sebastian Thiel ")
- .version("0.3.5+20160405")
+ .version("0.3.6+20160405")
.about("Accesses your bidding-account information, submits creatives for validation, finds available direct deals, and retrieves performance reports.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_adexchangebuyer1d3_cli")
.arg(Arg::with_name("url")
diff --git a/gen/adexchangebuyer1d4-cli/Cargo.toml b/gen/adexchangebuyer1d4-cli/Cargo.toml
index 2326dcc838..365d2781b9 100644
--- a/gen/adexchangebuyer1d4-cli/Cargo.toml
+++ b/gen/adexchangebuyer1d4-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-adexchangebuyer1d4-cli"
-version = "0.3.5+20160405"
+version = "0.3.6+20160405"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with Ad Exchange Buyer (protocol v1.4)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/adexchangebuyer1d4-cli"
diff --git a/gen/adexchangebuyer1d4-cli/README.md b/gen/adexchangebuyer1d4-cli/README.md
index f4e3cad0fc..54536f9380 100644
--- a/gen/adexchangebuyer1d4-cli/README.md
+++ b/gen/adexchangebuyer1d4-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *Ad Exchange Buyer* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/adexchangebuyer1d4.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/adexchangebuyer1d4.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/adexchangebuyer1d4.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/adexchangebuyer1d4.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/adexchangebuyer1d4-cli).
# Usage
-This documentation was generated from the *Ad Exchange Buyer* API at revision *20160405*. The CLI is at version *0.3.5*.
+This documentation was generated from the *Ad Exchange Buyer* API at revision *20160405*. The CLI is at version *0.3.6*.
```bash
adexchangebuyer1d4 [options]
diff --git a/gen/adexchangebuyer1d4-cli/mkdocs.yml b/gen/adexchangebuyer1d4-cli/mkdocs.yml
index 637d305fc4..41a72fe1b4 100644
--- a/gen/adexchangebuyer1d4-cli/mkdocs.yml
+++ b/gen/adexchangebuyer1d4-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: Ad Exchange Buyer v0.3.5+20160405
+site_name: Ad Exchange Buyer v0.3.6+20160405
site_url: http://byron.github.io/google-apis-rs/google-adexchangebuyer1d4-cli
site_description: Write integrating applications with bcore
diff --git a/gen/adexchangebuyer1d4-cli/src/main.rs b/gen/adexchangebuyer1d4-cli/src/main.rs
index 23a8ef3d44..b252081c3f 100644
--- a/gen/adexchangebuyer1d4-cli/src/main.rs
+++ b/gen/adexchangebuyer1d4-cli/src/main.rs
@@ -2948,7 +2948,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "adexchangebuyer1d4",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -3974,7 +3974,7 @@ fn main() {
let mut app = App::new("adexchangebuyer1d4")
.author("Sebastian Thiel ")
- .version("0.3.5+20160405")
+ .version("0.3.6+20160405")
.about("Accesses your bidding-account information, submits creatives for validation, finds available direct deals, and retrieves performance reports.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_adexchangebuyer1d4_cli")
.arg(Arg::with_name("url")
diff --git a/gen/adexchangeseller2-cli/Cargo.toml b/gen/adexchangeseller2-cli/Cargo.toml
index cc406c977c..a9bcaddfa4 100644
--- a/gen/adexchangeseller2-cli/Cargo.toml
+++ b/gen/adexchangeseller2-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-adexchangeseller2-cli"
-version = "0.3.5+20151127"
+version = "0.3.6+20151127"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with Ad Exchange Seller (protocol v2.0)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/adexchangeseller2-cli"
diff --git a/gen/adexchangeseller2-cli/README.md b/gen/adexchangeseller2-cli/README.md
index 95f3c7452c..66d8dc0311 100644
--- a/gen/adexchangeseller2-cli/README.md
+++ b/gen/adexchangeseller2-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *Ad Exchange Seller* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/adexchangeseller2.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/adexchangeseller2.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/adexchangeseller2.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/adexchangeseller2.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/adexchangeseller2-cli).
# Usage
-This documentation was generated from the *Ad Exchange Seller* API at revision *20151127*. The CLI is at version *0.3.5*.
+This documentation was generated from the *Ad Exchange Seller* API at revision *20151127*. The CLI is at version *0.3.6*.
```bash
adexchangeseller2 [options]
diff --git a/gen/adexchangeseller2-cli/mkdocs.yml b/gen/adexchangeseller2-cli/mkdocs.yml
index ce9427efff..5d963e4677 100644
--- a/gen/adexchangeseller2-cli/mkdocs.yml
+++ b/gen/adexchangeseller2-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: Ad Exchange Seller v0.3.5+20151127
+site_name: Ad Exchange Seller v0.3.6+20151127
site_url: http://byron.github.io/google-apis-rs/google-adexchangeseller2-cli
site_description: Write integrating applications with bcore
diff --git a/gen/adexchangeseller2-cli/src/main.rs b/gen/adexchangeseller2-cli/src/main.rs
index 7110748464..d4c0f419f6 100644
--- a/gen/adexchangeseller2-cli/src/main.rs
+++ b/gen/adexchangeseller2-cli/src/main.rs
@@ -950,7 +950,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "adexchangeseller2",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1347,7 +1347,7 @@ fn main() {
let mut app = App::new("adexchangeseller2")
.author("Sebastian Thiel ")
- .version("0.3.5+20151127")
+ .version("0.3.6+20151127")
.about("Gives Ad Exchange seller users access to their inventory and the ability to generate reports")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_adexchangeseller2_cli")
.arg(Arg::with_name("url")
diff --git a/gen/admin1_directory-cli/Cargo.toml b/gen/admin1_directory-cli/Cargo.toml
index 0d1b6727cc..16790b4fe3 100644
--- a/gen/admin1_directory-cli/Cargo.toml
+++ b/gen/admin1_directory-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-admin1_directory-cli"
-version = "0.3.5+20160323"
+version = "0.3.6+20160323"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with directory (protocol directory_v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/admin1_directory-cli"
diff --git a/gen/admin1_directory-cli/README.md b/gen/admin1_directory-cli/README.md
index 432272fb57..f5ab0c3866 100644
--- a/gen/admin1_directory-cli/README.md
+++ b/gen/admin1_directory-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *directory* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/admin1-directory.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/admin1-directory.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/admin1-directory.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/admin1-directory.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/admin1_directory-cli).
# Usage
-This documentation was generated from the *directory* API at revision *20160323*. The CLI is at version *0.3.5*.
+This documentation was generated from the *directory* API at revision *20160323*. The CLI is at version *0.3.6*.
```bash
admin1-directory [options]
diff --git a/gen/admin1_directory-cli/mkdocs.yml b/gen/admin1_directory-cli/mkdocs.yml
index 2a298f92ff..e114dc4ec9 100644
--- a/gen/admin1_directory-cli/mkdocs.yml
+++ b/gen/admin1_directory-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: directory v0.3.5+20160323
+site_name: directory v0.3.6+20160323
site_url: http://byron.github.io/google-apis-rs/google-admin1_directory-cli
site_description: Write integrating applications with bcore
diff --git a/gen/admin1_directory-cli/src/main.rs b/gen/admin1_directory-cli/src/main.rs
index 5edc713d3e..4b4547263c 100644
--- a/gen/admin1_directory-cli/src/main.rs
+++ b/gen/admin1_directory-cli/src/main.rs
@@ -7171,7 +7171,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "admin1-directory",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -9680,7 +9680,7 @@ fn main() {
let mut app = App::new("admin1-directory")
.author("Sebastian Thiel ")
- .version("0.3.5+20160323")
+ .version("0.3.6+20160323")
.about("The Admin SDK Directory API lets you view and manage enterprise resources such as users and groups, administrative notifications, security features, and more.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_admin1_directory_cli")
.arg(Arg::with_name("url")
diff --git a/gen/admin1_reports-cli/Cargo.toml b/gen/admin1_reports-cli/Cargo.toml
index ad4bd4ae17..9f3bf82900 100644
--- a/gen/admin1_reports-cli/Cargo.toml
+++ b/gen/admin1_reports-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-admin1_reports-cli"
-version = "0.3.5+20151113"
+version = "0.3.6+20151113"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with reports (protocol reports_v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/admin1_reports-cli"
diff --git a/gen/admin1_reports-cli/README.md b/gen/admin1_reports-cli/README.md
index 0751271d27..4545f07da2 100644
--- a/gen/admin1_reports-cli/README.md
+++ b/gen/admin1_reports-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *reports* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/admin1-reports.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/admin1-reports.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/admin1-reports.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/admin1-reports.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/admin1_reports-cli).
# Usage
-This documentation was generated from the *reports* API at revision *20151113*. The CLI is at version *0.3.5*.
+This documentation was generated from the *reports* API at revision *20151113*. The CLI is at version *0.3.6*.
```bash
admin1-reports [options]
diff --git a/gen/admin1_reports-cli/mkdocs.yml b/gen/admin1_reports-cli/mkdocs.yml
index 2744bae018..a5aa17f55c 100644
--- a/gen/admin1_reports-cli/mkdocs.yml
+++ b/gen/admin1_reports-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: reports v0.3.5+20151113
+site_name: reports v0.3.6+20151113
site_url: http://byron.github.io/google-apis-rs/google-admin1_reports-cli
site_description: Write integrating applications with bcore
diff --git a/gen/admin1_reports-cli/src/main.rs b/gen/admin1_reports-cli/src/main.rs
index f0e0b28778..f67dcc724e 100644
--- a/gen/admin1_reports-cli/src/main.rs
+++ b/gen/admin1_reports-cli/src/main.rs
@@ -551,7 +551,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "admin1-reports",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -735,7 +735,7 @@ fn main() {
let mut app = App::new("admin1-reports")
.author("Sebastian Thiel ")
- .version("0.3.5+20151113")
+ .version("0.3.6+20151113")
.about("Allows the administrators of Google Apps customers to fetch reports about the usage, collaboration, security and risk for their users.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_admin1_reports_cli")
.arg(Arg::with_name("url")
diff --git a/gen/adsense1d4-cli/Cargo.toml b/gen/adsense1d4-cli/Cargo.toml
index a813811578..a1edb4571e 100644
--- a/gen/adsense1d4-cli/Cargo.toml
+++ b/gen/adsense1d4-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-adsense1d4-cli"
-version = "0.3.5+20160405"
+version = "0.3.6+20160405"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with AdSense (protocol v1.4)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/adsense1d4-cli"
diff --git a/gen/adsense1d4-cli/README.md b/gen/adsense1d4-cli/README.md
index 69f8f07dd9..5837ac200d 100644
--- a/gen/adsense1d4-cli/README.md
+++ b/gen/adsense1d4-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *AdSense* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/adsense1d4.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/adsense1d4.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/adsense1d4.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/adsense1d4.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/adsense1d4-cli).
# Usage
-This documentation was generated from the *AdSense* API at revision *20160405*. The CLI is at version *0.3.5*.
+This documentation was generated from the *AdSense* API at revision *20160405*. The CLI is at version *0.3.6*.
```bash
adsense1d4 [options]
diff --git a/gen/adsense1d4-cli/mkdocs.yml b/gen/adsense1d4-cli/mkdocs.yml
index c3c38429bd..c4e3a0b6b0 100644
--- a/gen/adsense1d4-cli/mkdocs.yml
+++ b/gen/adsense1d4-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: AdSense v0.3.5+20160405
+site_name: AdSense v0.3.6+20160405
site_url: http://byron.github.io/google-apis-rs/google-adsense1d4-cli
site_description: Write integrating applications with bcore
diff --git a/gen/adsense1d4-cli/src/main.rs b/gen/adsense1d4-cli/src/main.rs
index 4d18aeb284..48bd086510 100644
--- a/gen/adsense1d4-cli/src/main.rs
+++ b/gen/adsense1d4-cli/src/main.rs
@@ -2486,7 +2486,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "adsense1d4",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -3480,7 +3480,7 @@ fn main() {
let mut app = App::new("adsense1d4")
.author("Sebastian Thiel ")
- .version("0.3.5+20160405")
+ .version("0.3.6+20160405")
.about("Accesses AdSense publishers' inventory and generates performance reports.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_adsense1d4_cli")
.arg(Arg::with_name("url")
diff --git a/gen/adsensehost4d1-cli/Cargo.toml b/gen/adsensehost4d1-cli/Cargo.toml
index 5dbb475dc3..02ef37d1a9 100644
--- a/gen/adsensehost4d1-cli/Cargo.toml
+++ b/gen/adsensehost4d1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-adsensehost4d1-cli"
-version = "0.3.5+20160405"
+version = "0.3.6+20160405"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with AdSense Host (protocol v4.1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/adsensehost4d1-cli"
diff --git a/gen/adsensehost4d1-cli/README.md b/gen/adsensehost4d1-cli/README.md
index f7be2c2133..1bba3b7c5e 100644
--- a/gen/adsensehost4d1-cli/README.md
+++ b/gen/adsensehost4d1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *AdSense Host* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/adsensehost4d1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/adsensehost4d1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/adsensehost4d1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/adsensehost4d1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/adsensehost4d1-cli).
# Usage
-This documentation was generated from the *AdSense Host* API at revision *20160405*. The CLI is at version *0.3.5*.
+This documentation was generated from the *AdSense Host* API at revision *20160405*. The CLI is at version *0.3.6*.
```bash
adsensehost4d1 [options]
diff --git a/gen/adsensehost4d1-cli/mkdocs.yml b/gen/adsensehost4d1-cli/mkdocs.yml
index 82b6c0f74a..e93a4fad7c 100644
--- a/gen/adsensehost4d1-cli/mkdocs.yml
+++ b/gen/adsensehost4d1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: AdSense Host v0.3.5+20160405
+site_name: AdSense Host v0.3.6+20160405
site_url: http://byron.github.io/google-apis-rs/google-adsensehost4d1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/adsensehost4d1-cli/src/main.rs b/gen/adsensehost4d1-cli/src/main.rs
index 10479268d5..c569c8092a 100644
--- a/gen/adsensehost4d1-cli/src/main.rs
+++ b/gen/adsensehost4d1-cli/src/main.rs
@@ -1971,7 +1971,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "adsensehost4d1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -2761,7 +2761,7 @@ fn main() {
let mut app = App::new("adsensehost4d1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160405")
+ .version("0.3.6+20160405")
.about("Generates performance reports, generates ad codes, and provides publisher management capabilities for AdSense Hosts.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_adsensehost4d1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/analytics3-cli/Cargo.toml b/gen/analytics3-cli/Cargo.toml
index d961b30852..2e85c35f6a 100644
--- a/gen/analytics3-cli/Cargo.toml
+++ b/gen/analytics3-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-analytics3-cli"
-version = "0.3.5+20160308"
+version = "0.3.6+20160308"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with analytics (protocol v3)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/analytics3-cli"
diff --git a/gen/analytics3-cli/README.md b/gen/analytics3-cli/README.md
index 22863321de..c657cc38b9 100644
--- a/gen/analytics3-cli/README.md
+++ b/gen/analytics3-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *analytics* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/analytics3.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/analytics3.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/analytics3.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/analytics3.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/analytics3-cli).
# Usage
-This documentation was generated from the *analytics* API at revision *20160308*. The CLI is at version *0.3.5*.
+This documentation was generated from the *analytics* API at revision *20160308*. The CLI is at version *0.3.6*.
```bash
analytics3 [options]
diff --git a/gen/analytics3-cli/mkdocs.yml b/gen/analytics3-cli/mkdocs.yml
index 7200f3151a..3b705bccbf 100644
--- a/gen/analytics3-cli/mkdocs.yml
+++ b/gen/analytics3-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: analytics v0.3.5+20160308
+site_name: analytics v0.3.6+20160308
site_url: http://byron.github.io/google-apis-rs/google-analytics3-cli
site_description: Write integrating applications with bcore
diff --git a/gen/analytics3-cli/src/main.rs b/gen/analytics3-cli/src/main.rs
index 3573c10b53..5d7201e59e 100644
--- a/gen/analytics3-cli/src/main.rs
+++ b/gen/analytics3-cli/src/main.rs
@@ -6583,7 +6583,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "analytics3",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -9320,7 +9320,7 @@ fn main() {
let mut app = App::new("analytics3")
.author("Sebastian Thiel ")
- .version("0.3.5+20160308")
+ .version("0.3.6+20160308")
.about("Views and manages your Google Analytics data.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_analytics3_cli")
.arg(Arg::with_name("url")
diff --git a/gen/androidenterprise1-cli/Cargo.toml b/gen/androidenterprise1-cli/Cargo.toml
index 73849e0f39..129109c2bb 100644
--- a/gen/androidenterprise1-cli/Cargo.toml
+++ b/gen/androidenterprise1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-androidenterprise1-cli"
-version = "0.3.5+20160331"
+version = "0.3.6+20160331"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with Android Enterprise (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/androidenterprise1-cli"
diff --git a/gen/androidenterprise1-cli/README.md b/gen/androidenterprise1-cli/README.md
index 02a5f3a5e0..c34cbc5ecf 100644
--- a/gen/androidenterprise1-cli/README.md
+++ b/gen/androidenterprise1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *Android Enterprise* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/androidenterprise1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/androidenterprise1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/androidenterprise1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/androidenterprise1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/androidenterprise1-cli).
# Usage
-This documentation was generated from the *Android Enterprise* API at revision *20160331*. The CLI is at version *0.3.5*.
+This documentation was generated from the *Android Enterprise* API at revision *20160331*. The CLI is at version *0.3.6*.
```bash
androidenterprise1 [options]
diff --git a/gen/androidenterprise1-cli/mkdocs.yml b/gen/androidenterprise1-cli/mkdocs.yml
index f2bcbaf6b7..8cb4d64671 100644
--- a/gen/androidenterprise1-cli/mkdocs.yml
+++ b/gen/androidenterprise1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: Android Enterprise v0.3.5+20160331
+site_name: Android Enterprise v0.3.6+20160331
site_url: http://byron.github.io/google-apis-rs/google-androidenterprise1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/androidenterprise1-cli/src/main.rs b/gen/androidenterprise1-cli/src/main.rs
index 1a9aba89a8..77a085655a 100644
--- a/gen/androidenterprise1-cli/src/main.rs
+++ b/gen/androidenterprise1-cli/src/main.rs
@@ -4417,7 +4417,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "androidenterprise1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -6396,7 +6396,7 @@ fn main() {
let mut app = App::new("androidenterprise1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160331")
+ .version("0.3.6+20160331")
.about("Manages the deployment of apps to Android for Work users.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_androidenterprise1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/androidpublisher2-cli/Cargo.toml b/gen/androidpublisher2-cli/Cargo.toml
index 6e0c12f7b2..2daf905985 100644
--- a/gen/androidpublisher2-cli/Cargo.toml
+++ b/gen/androidpublisher2-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-androidpublisher2-cli"
-version = "0.3.5+20160324"
+version = "0.3.6+20160324"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with Android Publisher (protocol v2)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/androidpublisher2-cli"
diff --git a/gen/androidpublisher2-cli/README.md b/gen/androidpublisher2-cli/README.md
index a3391687d4..01e9ecf592 100644
--- a/gen/androidpublisher2-cli/README.md
+++ b/gen/androidpublisher2-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *Android Publisher* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/androidpublisher2.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/androidpublisher2.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/androidpublisher2.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/androidpublisher2.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/androidpublisher2-cli).
# Usage
-This documentation was generated from the *Android Publisher* API at revision *20160324*. The CLI is at version *0.3.5*.
+This documentation was generated from the *Android Publisher* API at revision *20160324*. The CLI is at version *0.3.6*.
```bash
androidpublisher2 [options]
diff --git a/gen/androidpublisher2-cli/mkdocs.yml b/gen/androidpublisher2-cli/mkdocs.yml
index 045fcd4e58..5ee8e93748 100644
--- a/gen/androidpublisher2-cli/mkdocs.yml
+++ b/gen/androidpublisher2-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: Android Publisher v0.3.5+20160324
+site_name: Android Publisher v0.3.6+20160324
site_url: http://byron.github.io/google-apis-rs/google-androidpublisher2-cli
site_description: Write integrating applications with bcore
diff --git a/gen/androidpublisher2-cli/src/main.rs b/gen/androidpublisher2-cli/src/main.rs
index 0ebb4fe4eb..7728d107f5 100644
--- a/gen/androidpublisher2-cli/src/main.rs
+++ b/gen/androidpublisher2-cli/src/main.rs
@@ -3659,7 +3659,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "androidpublisher2",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -5466,7 +5466,7 @@ fn main() {
let mut app = App::new("androidpublisher2")
.author("Sebastian Thiel ")
- .version("0.3.5+20160324")
+ .version("0.3.6+20160324")
.about("Lets Android application developers access their Google Play accounts.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_androidpublisher2_cli")
.arg(Arg::with_name("url")
diff --git a/gen/appengine1_beta4-cli/Cargo.toml b/gen/appengine1_beta4-cli/Cargo.toml
index da206136a0..f3957d2121 100644
--- a/gen/appengine1_beta4-cli/Cargo.toml
+++ b/gen/appengine1_beta4-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-appengine1_beta4-cli"
-version = "0.3.5+20160314"
+version = "0.3.6+20160314"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with appengine (protocol v1beta4)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/appengine1_beta4-cli"
diff --git a/gen/appengine1_beta4-cli/README.md b/gen/appengine1_beta4-cli/README.md
index 50f3d5db3b..bb76aa7eaf 100644
--- a/gen/appengine1_beta4-cli/README.md
+++ b/gen/appengine1_beta4-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *appengine* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/appengine1-beta4.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/appengine1-beta4.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/appengine1-beta4.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/appengine1-beta4.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/appengine1_beta4-cli).
# Usage
-This documentation was generated from the *appengine* API at revision *20160314*. The CLI is at version *0.3.5*.
+This documentation was generated from the *appengine* API at revision *20160314*. The CLI is at version *0.3.6*.
```bash
appengine1-beta4 [options]
diff --git a/gen/appengine1_beta4-cli/mkdocs.yml b/gen/appengine1_beta4-cli/mkdocs.yml
index 2eaeeec59a..9a2b2c2424 100644
--- a/gen/appengine1_beta4-cli/mkdocs.yml
+++ b/gen/appengine1_beta4-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: appengine v0.3.5+20160314
+site_name: appengine v0.3.6+20160314
site_url: http://byron.github.io/google-apis-rs/google-appengine1_beta4-cli
site_description: Write integrating applications with bcore
diff --git a/gen/appengine1_beta4-cli/src/main.rs b/gen/appengine1_beta4-cli/src/main.rs
index 67edc7b84a..f175613167 100644
--- a/gen/appengine1_beta4-cli/src/main.rs
+++ b/gen/appengine1_beta4-cli/src/main.rs
@@ -1020,7 +1020,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "appengine1-beta4",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1425,7 +1425,7 @@ fn main() {
let mut app = App::new("appengine1-beta4")
.author("Sebastian Thiel ")
- .version("0.3.5+20160314")
+ .version("0.3.6+20160314")
.about("Provisions and manages App Engine applications.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_appengine1_beta4_cli")
.arg(Arg::with_name("url")
diff --git a/gen/appengine1_beta5-cli/Cargo.toml b/gen/appengine1_beta5-cli/Cargo.toml
index e5cf34be74..f14ff9c630 100644
--- a/gen/appengine1_beta5-cli/Cargo.toml
+++ b/gen/appengine1_beta5-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-appengine1_beta5-cli"
-version = "0.3.5+20160314"
+version = "0.3.6+20160314"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with appengine (protocol v1beta5)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/appengine1_beta5-cli"
diff --git a/gen/appengine1_beta5-cli/README.md b/gen/appengine1_beta5-cli/README.md
index 48ced23c78..2c88dec083 100644
--- a/gen/appengine1_beta5-cli/README.md
+++ b/gen/appengine1_beta5-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *appengine* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/appengine1-beta5.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/appengine1-beta5.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/appengine1-beta5.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/appengine1-beta5.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/appengine1_beta5-cli).
# Usage
-This documentation was generated from the *appengine* API at revision *20160314*. The CLI is at version *0.3.5*.
+This documentation was generated from the *appengine* API at revision *20160314*. The CLI is at version *0.3.6*.
```bash
appengine1-beta5 [options]
diff --git a/gen/appengine1_beta5-cli/mkdocs.yml b/gen/appengine1_beta5-cli/mkdocs.yml
index babaa9f2e5..aba72943df 100644
--- a/gen/appengine1_beta5-cli/mkdocs.yml
+++ b/gen/appengine1_beta5-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: appengine v0.3.5+20160314
+site_name: appengine v0.3.6+20160314
site_url: http://byron.github.io/google-apis-rs/google-appengine1_beta5-cli
site_description: Write integrating applications with bcore
diff --git a/gen/appengine1_beta5-cli/src/main.rs b/gen/appengine1_beta5-cli/src/main.rs
index 3b076a0436..0e15c10a35 100644
--- a/gen/appengine1_beta5-cli/src/main.rs
+++ b/gen/appengine1_beta5-cli/src/main.rs
@@ -1022,7 +1022,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "appengine1-beta5",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1427,7 +1427,7 @@ fn main() {
let mut app = App::new("appengine1-beta5")
.author("Sebastian Thiel ")
- .version("0.3.5+20160314")
+ .version("0.3.6+20160314")
.about("Provisions and manages App Engine applications.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_appengine1_beta5_cli")
.arg(Arg::with_name("url")
diff --git a/gen/appsactivity1-cli/Cargo.toml b/gen/appsactivity1-cli/Cargo.toml
index 971c322a5e..0133c5d7d6 100644
--- a/gen/appsactivity1-cli/Cargo.toml
+++ b/gen/appsactivity1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-appsactivity1-cli"
-version = "0.3.5+20160129"
+version = "0.3.6+20160129"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with appsactivity (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/appsactivity1-cli"
diff --git a/gen/appsactivity1-cli/README.md b/gen/appsactivity1-cli/README.md
index 578dac1968..6daa2ea634 100644
--- a/gen/appsactivity1-cli/README.md
+++ b/gen/appsactivity1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *appsactivity* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/appsactivity1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/appsactivity1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/appsactivity1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/appsactivity1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/appsactivity1-cli).
# Usage
-This documentation was generated from the *appsactivity* API at revision *20160129*. The CLI is at version *0.3.5*.
+This documentation was generated from the *appsactivity* API at revision *20160129*. The CLI is at version *0.3.6*.
```bash
appsactivity1 [options]
diff --git a/gen/appsactivity1-cli/mkdocs.yml b/gen/appsactivity1-cli/mkdocs.yml
index bd47a568ac..99c887eac3 100644
--- a/gen/appsactivity1-cli/mkdocs.yml
+++ b/gen/appsactivity1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: appsactivity v0.3.5+20160129
+site_name: appsactivity v0.3.6+20160129
site_url: http://byron.github.io/google-apis-rs/google-appsactivity1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/appsactivity1-cli/src/main.rs b/gen/appsactivity1-cli/src/main.rs
index e4f3f66019..a651cc81e4 100644
--- a/gen/appsactivity1-cli/src/main.rs
+++ b/gen/appsactivity1-cli/src/main.rs
@@ -177,7 +177,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "appsactivity1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -240,7 +240,7 @@ fn main() {
let mut app = App::new("appsactivity1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160129")
+ .version("0.3.6+20160129")
.about("Provides a historical view of activity.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_appsactivity1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/appstate1-cli/Cargo.toml b/gen/appstate1-cli/Cargo.toml
index 64cf78a229..6708fa5144 100644
--- a/gen/appstate1-cli/Cargo.toml
+++ b/gen/appstate1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-appstate1-cli"
-version = "0.3.5+20160331"
+version = "0.3.6+20160331"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with App State (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/appstate1-cli"
diff --git a/gen/appstate1-cli/README.md b/gen/appstate1-cli/README.md
index 6fc39f7814..648a84a499 100644
--- a/gen/appstate1-cli/README.md
+++ b/gen/appstate1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *App State* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/appstate1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/appstate1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/appstate1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/appstate1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/appstate1-cli).
# Usage
-This documentation was generated from the *App State* API at revision *20160331*. The CLI is at version *0.3.5*.
+This documentation was generated from the *App State* API at revision *20160331*. The CLI is at version *0.3.6*.
```bash
appstate1 [options]
diff --git a/gen/appstate1-cli/mkdocs.yml b/gen/appstate1-cli/mkdocs.yml
index 80e4803bb7..36c22ed48c 100644
--- a/gen/appstate1-cli/mkdocs.yml
+++ b/gen/appstate1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: App State v0.3.5+20160331
+site_name: App State v0.3.6+20160331
site_url: http://byron.github.io/google-apis-rs/google-appstate1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/appstate1-cli/src/main.rs b/gen/appstate1-cli/src/main.rs
index 4bf5d6c6b2..da373980bf 100644
--- a/gen/appstate1-cli/src/main.rs
+++ b/gen/appstate1-cli/src/main.rs
@@ -417,7 +417,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "appstate1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -568,7 +568,7 @@ fn main() {
let mut app = App::new("appstate1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160331")
+ .version("0.3.6+20160331")
.about("The Google App State API.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_appstate1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/autoscaler1_beta2-cli/Cargo.toml b/gen/autoscaler1_beta2-cli/Cargo.toml
index 3ed983fc47..7c1c2f57e1 100644
--- a/gen/autoscaler1_beta2-cli/Cargo.toml
+++ b/gen/autoscaler1_beta2-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-autoscaler1_beta2-cli"
-version = "0.3.5+20150629"
+version = "0.3.6+20150629"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with autoscaler (protocol v1beta2)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/autoscaler1_beta2-cli"
diff --git a/gen/autoscaler1_beta2-cli/README.md b/gen/autoscaler1_beta2-cli/README.md
index 32dc5e93e9..e246caed00 100644
--- a/gen/autoscaler1_beta2-cli/README.md
+++ b/gen/autoscaler1_beta2-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *autoscaler* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/autoscaler1-beta2.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/autoscaler1-beta2.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/autoscaler1-beta2.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/autoscaler1-beta2.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/autoscaler1_beta2-cli).
# Usage
-This documentation was generated from the *autoscaler* API at revision *20150629*. The CLI is at version *0.3.5*.
+This documentation was generated from the *autoscaler* API at revision *20150629*. The CLI is at version *0.3.6*.
```bash
autoscaler1-beta2 [options]
diff --git a/gen/autoscaler1_beta2-cli/mkdocs.yml b/gen/autoscaler1_beta2-cli/mkdocs.yml
index 9e1b162e6c..ecdec0daea 100644
--- a/gen/autoscaler1_beta2-cli/mkdocs.yml
+++ b/gen/autoscaler1_beta2-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: autoscaler v0.3.5+20150629
+site_name: autoscaler v0.3.6+20150629
site_url: http://byron.github.io/google-apis-rs/google-autoscaler1_beta2-cli
site_description: Write integrating applications with bcore
diff --git a/gen/autoscaler1_beta2-cli/src/main.rs b/gen/autoscaler1_beta2-cli/src/main.rs
index 57e7b9e080..480073f23d 100644
--- a/gen/autoscaler1_beta2-cli/src/main.rs
+++ b/gen/autoscaler1_beta2-cli/src/main.rs
@@ -820,7 +820,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "autoscaler1-beta2",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1195,7 +1195,7 @@ fn main() {
let mut app = App::new("autoscaler1-beta2")
.author("Sebastian Thiel ")
- .version("0.3.5+20150629")
+ .version("0.3.6+20150629")
.about("The Google Compute Engine Autoscaler API provides autoscaling for groups of Cloud VMs.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_autoscaler1_beta2_cli")
.arg(Arg::with_name("url")
diff --git a/gen/bigquery2-cli/Cargo.toml b/gen/bigquery2-cli/Cargo.toml
index 4ca219e2ad..a0d9334c75 100644
--- a/gen/bigquery2-cli/Cargo.toml
+++ b/gen/bigquery2-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-bigquery2-cli"
-version = "0.3.5+20160408"
+version = "0.3.6+20160408"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with bigquery (protocol v2)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/bigquery2-cli"
diff --git a/gen/bigquery2-cli/README.md b/gen/bigquery2-cli/README.md
index 59790c6512..0beb9bd928 100644
--- a/gen/bigquery2-cli/README.md
+++ b/gen/bigquery2-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *bigquery* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/bigquery2.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/bigquery2.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/bigquery2.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/bigquery2.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/bigquery2-cli).
# Usage
-This documentation was generated from the *bigquery* API at revision *20160408*. The CLI is at version *0.3.5*.
+This documentation was generated from the *bigquery* API at revision *20160408*. The CLI is at version *0.3.6*.
```bash
bigquery2 [options]
diff --git a/gen/bigquery2-cli/mkdocs.yml b/gen/bigquery2-cli/mkdocs.yml
index e4346c148e..36c0588d5c 100644
--- a/gen/bigquery2-cli/mkdocs.yml
+++ b/gen/bigquery2-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: bigquery v0.3.5+20160408
+site_name: bigquery v0.3.6+20160408
site_url: http://byron.github.io/google-apis-rs/google-bigquery2-cli
site_description: Write integrating applications with bcore
diff --git a/gen/bigquery2-cli/src/main.rs b/gen/bigquery2-cli/src/main.rs
index 2027c21fc0..51f065a5c2 100644
--- a/gen/bigquery2-cli/src/main.rs
+++ b/gen/bigquery2-cli/src/main.rs
@@ -1855,7 +1855,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "bigquery2",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -2545,7 +2545,7 @@ fn main() {
let mut app = App::new("bigquery2")
.author("Sebastian Thiel ")
- .version("0.3.5+20160408")
+ .version("0.3.6+20160408")
.about("A data platform for customers to create, manage, share and query data.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_bigquery2_cli")
.arg(Arg::with_name("url")
diff --git a/gen/blogger3-cli/Cargo.toml b/gen/blogger3-cli/Cargo.toml
index 49858f764b..bb18d7e663 100644
--- a/gen/blogger3-cli/Cargo.toml
+++ b/gen/blogger3-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-blogger3-cli"
-version = "0.3.5+20150422"
+version = "0.3.6+20150422"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with blogger (protocol v3)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/blogger3-cli"
diff --git a/gen/blogger3-cli/README.md b/gen/blogger3-cli/README.md
index 43f2e15689..f228ab2d3c 100644
--- a/gen/blogger3-cli/README.md
+++ b/gen/blogger3-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *blogger* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/blogger3.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/blogger3.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/blogger3.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/blogger3.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/blogger3-cli).
# Usage
-This documentation was generated from the *blogger* API at revision *20150422*. The CLI is at version *0.3.5*.
+This documentation was generated from the *blogger* API at revision *20150422*. The CLI is at version *0.3.6*.
```bash
blogger3 [options]
diff --git a/gen/blogger3-cli/mkdocs.yml b/gen/blogger3-cli/mkdocs.yml
index 3e0f444848..abc617be5d 100644
--- a/gen/blogger3-cli/mkdocs.yml
+++ b/gen/blogger3-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: blogger v0.3.5+20150422
+site_name: blogger v0.3.6+20150422
site_url: http://byron.github.io/google-apis-rs/google-blogger3-cli
site_description: Write integrating applications with bcore
diff --git a/gen/blogger3-cli/src/main.rs b/gen/blogger3-cli/src/main.rs
index 75839b64e8..cc18efe0ea 100644
--- a/gen/blogger3-cli/src/main.rs
+++ b/gen/blogger3-cli/src/main.rs
@@ -2510,7 +2510,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "blogger3",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -3496,7 +3496,7 @@ fn main() {
let mut app = App::new("blogger3")
.author("Sebastian Thiel ")
- .version("0.3.5+20150422")
+ .version("0.3.6+20150422")
.about("API for access to the data within Blogger.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_blogger3_cli")
.arg(Arg::with_name("url")
diff --git a/gen/books1-cli/Cargo.toml b/gen/books1-cli/Cargo.toml
index bfccae5b8c..70b815952d 100644
--- a/gen/books1-cli/Cargo.toml
+++ b/gen/books1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-books1-cli"
-version = "0.3.5+20160226"
+version = "0.3.6+20160226"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with books (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/books1-cli"
diff --git a/gen/books1-cli/README.md b/gen/books1-cli/README.md
index 03404e2795..ed118efbbd 100644
--- a/gen/books1-cli/README.md
+++ b/gen/books1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *books* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/books1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/books1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/books1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/books1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/books1-cli).
# Usage
-This documentation was generated from the *books* API at revision *20160226*. The CLI is at version *0.3.5*.
+This documentation was generated from the *books* API at revision *20160226*. The CLI is at version *0.3.6*.
```bash
books1 [options]
diff --git a/gen/books1-cli/mkdocs.yml b/gen/books1-cli/mkdocs.yml
index 080888c94e..e6cd0d29b8 100644
--- a/gen/books1-cli/mkdocs.yml
+++ b/gen/books1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: books v0.3.5+20160226
+site_name: books v0.3.6+20160226
site_url: http://byron.github.io/google-apis-rs/google-books1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/books1-cli/src/main.rs b/gen/books1-cli/src/main.rs
index bd8c8fed0a..eb90d91501 100644
--- a/gen/books1-cli/src/main.rs
+++ b/gen/books1-cli/src/main.rs
@@ -3531,7 +3531,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "books1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -4697,7 +4697,7 @@ fn main() {
let mut app = App::new("books1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160226")
+ .version("0.3.6+20160226")
.about("Lets you search for books and manage 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")
diff --git a/gen/calendar3-cli/Cargo.toml b/gen/calendar3-cli/Cargo.toml
index f754ee132a..8d81bdde22 100644
--- a/gen/calendar3-cli/Cargo.toml
+++ b/gen/calendar3-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-calendar3-cli"
-version = "0.3.5+20160405"
+version = "0.3.6+20160405"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with calendar (protocol v3)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/calendar3-cli"
diff --git a/gen/calendar3-cli/README.md b/gen/calendar3-cli/README.md
index e8ff0e1747..aaace4b76f 100644
--- a/gen/calendar3-cli/README.md
+++ b/gen/calendar3-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *calendar* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/calendar3.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/calendar3.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/calendar3.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/calendar3.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/calendar3-cli).
# Usage
-This documentation was generated from the *calendar* API at revision *20160405*. The CLI is at version *0.3.5*.
+This documentation was generated from the *calendar* API at revision *20160405*. The CLI is at version *0.3.6*.
```bash
calendar3 [options]
diff --git a/gen/calendar3-cli/mkdocs.yml b/gen/calendar3-cli/mkdocs.yml
index 7484fa04c7..20011e269f 100644
--- a/gen/calendar3-cli/mkdocs.yml
+++ b/gen/calendar3-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: calendar v0.3.5+20160405
+site_name: calendar v0.3.6+20160405
site_url: http://byron.github.io/google-apis-rs/google-calendar3-cli
site_description: Write integrating applications with bcore
diff --git a/gen/calendar3-cli/src/main.rs b/gen/calendar3-cli/src/main.rs
index 38ae49ebad..d311bcd3ec 100644
--- a/gen/calendar3-cli/src/main.rs
+++ b/gen/calendar3-cli/src/main.rs
@@ -3407,7 +3407,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "calendar3",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -4385,7 +4385,7 @@ fn main() {
let mut app = App::new("calendar3")
.author("Sebastian Thiel ")
- .version("0.3.5+20160405")
+ .version("0.3.6+20160405")
.about("Manipulates events and other calendar data.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_calendar3_cli")
.arg(Arg::with_name("url")
diff --git a/gen/civicinfo2-cli/Cargo.toml b/gen/civicinfo2-cli/Cargo.toml
index b78d5a694f..84bfc743c6 100644
--- a/gen/civicinfo2-cli/Cargo.toml
+++ b/gen/civicinfo2-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-civicinfo2-cli"
-version = "0.3.5+20150820"
+version = "0.3.6+20150820"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with Civic Info (protocol v2)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/civicinfo2-cli"
diff --git a/gen/civicinfo2-cli/README.md b/gen/civicinfo2-cli/README.md
index f303f9d366..104e45c9fb 100644
--- a/gen/civicinfo2-cli/README.md
+++ b/gen/civicinfo2-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *Civic Info* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/civicinfo2.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/civicinfo2.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/civicinfo2.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/civicinfo2.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/civicinfo2-cli).
# Usage
-This documentation was generated from the *Civic Info* API at revision *20150820*. The CLI is at version *0.3.5*.
+This documentation was generated from the *Civic Info* API at revision *20150820*. The CLI is at version *0.3.6*.
```bash
civicinfo2 [options]
diff --git a/gen/civicinfo2-cli/mkdocs.yml b/gen/civicinfo2-cli/mkdocs.yml
index db04bdcee1..7e5feef242 100644
--- a/gen/civicinfo2-cli/mkdocs.yml
+++ b/gen/civicinfo2-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: Civic Info v0.3.5+20150820
+site_name: Civic Info v0.3.6+20150820
site_url: http://byron.github.io/google-apis-rs/google-civicinfo2-cli
site_description: Write integrating applications with bcore
diff --git a/gen/civicinfo2-cli/src/main.rs b/gen/civicinfo2-cli/src/main.rs
index fde3f9d3c7..767a593a3e 100644
--- a/gen/civicinfo2-cli/src/main.rs
+++ b/gen/civicinfo2-cli/src/main.rs
@@ -410,7 +410,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "civicinfo2",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -555,7 +555,7 @@ fn main() {
let mut app = App::new("civicinfo2")
.author("Sebastian Thiel ")
- .version("0.3.5+20150820")
+ .version("0.3.6+20150820")
.about("An API for accessing civic information.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_civicinfo2_cli")
.arg(Arg::with_name("folder")
diff --git a/gen/classroom1-cli/Cargo.toml b/gen/classroom1-cli/Cargo.toml
index b65c3d5fd8..e115438fc1 100644
--- a/gen/classroom1-cli/Cargo.toml
+++ b/gen/classroom1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-classroom1-cli"
-version = "0.3.5+20151013"
+version = "0.3.6+20151013"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with classroom (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/classroom1-cli"
diff --git a/gen/classroom1-cli/README.md b/gen/classroom1-cli/README.md
index 5c37ee54ea..036b3fe803 100644
--- a/gen/classroom1-cli/README.md
+++ b/gen/classroom1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *classroom* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/classroom1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/classroom1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/classroom1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/classroom1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/classroom1-cli).
# Usage
-This documentation was generated from the *classroom* API at revision *20151013*. The CLI is at version *0.3.5*.
+This documentation was generated from the *classroom* API at revision *20151013*. The CLI is at version *0.3.6*.
```bash
classroom1 [options]
diff --git a/gen/classroom1-cli/mkdocs.yml b/gen/classroom1-cli/mkdocs.yml
index ca30b54d7f..5436ab26fb 100644
--- a/gen/classroom1-cli/mkdocs.yml
+++ b/gen/classroom1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: classroom v0.3.5+20151013
+site_name: classroom v0.3.6+20151013
site_url: http://byron.github.io/google-apis-rs/google-classroom1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/classroom1-cli/src/main.rs b/gen/classroom1-cli/src/main.rs
index 5e0eb1a7bc..400eed6a46 100644
--- a/gen/classroom1-cli/src/main.rs
+++ b/gen/classroom1-cli/src/main.rs
@@ -1717,7 +1717,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "classroom1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -2328,7 +2328,7 @@ fn main() {
let mut app = App::new("classroom1")
.author("Sebastian Thiel ")
- .version("0.3.5+20151013")
+ .version("0.3.6+20151013")
.about("Google Classroom API")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_classroom1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/cloudbilling1-cli/Cargo.toml b/gen/cloudbilling1-cli/Cargo.toml
index 85839508e0..22d2393edb 100644
--- a/gen/cloudbilling1-cli/Cargo.toml
+++ b/gen/cloudbilling1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-cloudbilling1-cli"
-version = "0.3.5+20151222"
+version = "0.3.6+20151222"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with cloudbilling (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/cloudbilling1-cli"
diff --git a/gen/cloudbilling1-cli/README.md b/gen/cloudbilling1-cli/README.md
index 8ada3662d0..1dcf952f90 100644
--- a/gen/cloudbilling1-cli/README.md
+++ b/gen/cloudbilling1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *cloudbilling* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/cloudbilling1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/cloudbilling1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/cloudbilling1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/cloudbilling1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/cloudbilling1-cli).
# Usage
-This documentation was generated from the *cloudbilling* API at revision *20151222*. The CLI is at version *0.3.5*.
+This documentation was generated from the *cloudbilling* API at revision *20151222*. The CLI is at version *0.3.6*.
```bash
cloudbilling1 [options]
diff --git a/gen/cloudbilling1-cli/mkdocs.yml b/gen/cloudbilling1-cli/mkdocs.yml
index 635e070054..34481b4b95 100644
--- a/gen/cloudbilling1-cli/mkdocs.yml
+++ b/gen/cloudbilling1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: cloudbilling v0.3.5+20151222
+site_name: cloudbilling v0.3.6+20151222
site_url: http://byron.github.io/google-apis-rs/google-cloudbilling1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/cloudbilling1-cli/src/main.rs b/gen/cloudbilling1-cli/src/main.rs
index 5a09f37b3f..7ae22b220d 100644
--- a/gen/cloudbilling1-cli/src/main.rs
+++ b/gen/cloudbilling1-cli/src/main.rs
@@ -433,7 +433,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "cloudbilling1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -597,7 +597,7 @@ fn main() {
let mut app = App::new("cloudbilling1")
.author("Sebastian Thiel ")
- .version("0.3.5+20151222")
+ .version("0.3.6+20151222")
.about("Retrieves Google Developers Console billing accounts and associates them with projects.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_cloudbilling1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/clouddebugger2-cli/Cargo.toml b/gen/clouddebugger2-cli/Cargo.toml
index aee21b0c2c..87c37c7505 100644
--- a/gen/clouddebugger2-cli/Cargo.toml
+++ b/gen/clouddebugger2-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-clouddebugger2-cli"
-version = "0.3.5+20160309"
+version = "0.3.6+20160309"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with clouddebugger (protocol v2)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/clouddebugger2-cli"
diff --git a/gen/clouddebugger2-cli/README.md b/gen/clouddebugger2-cli/README.md
index 55b4970896..d3416143d1 100644
--- a/gen/clouddebugger2-cli/README.md
+++ b/gen/clouddebugger2-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *clouddebugger* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/clouddebugger2.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/clouddebugger2.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/clouddebugger2.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/clouddebugger2.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/clouddebugger2-cli).
# Usage
-This documentation was generated from the *clouddebugger* API at revision *20160309*. The CLI is at version *0.3.5*.
+This documentation was generated from the *clouddebugger* API at revision *20160309*. The CLI is at version *0.3.6*.
```bash
clouddebugger2 [options]
diff --git a/gen/clouddebugger2-cli/mkdocs.yml b/gen/clouddebugger2-cli/mkdocs.yml
index 71ec9b3300..86b532e565 100644
--- a/gen/clouddebugger2-cli/mkdocs.yml
+++ b/gen/clouddebugger2-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: clouddebugger v0.3.5+20160309
+site_name: clouddebugger v0.3.6+20160309
site_url: http://byron.github.io/google-apis-rs/google-clouddebugger2-cli
site_description: Write integrating applications with bcore
diff --git a/gen/clouddebugger2-cli/src/main.rs b/gen/clouddebugger2-cli/src/main.rs
index 776865ba45..a4244d41b2 100644
--- a/gen/clouddebugger2-cli/src/main.rs
+++ b/gen/clouddebugger2-cli/src/main.rs
@@ -738,7 +738,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "clouddebugger2",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -992,7 +992,7 @@ fn main() {
let mut app = App::new("clouddebugger2")
.author("Sebastian Thiel ")
- .version("0.3.5+20160309")
+ .version("0.3.6+20160309")
.about("Examines the call stack and variables of a running application without stopping or slowing it down.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_clouddebugger2_cli")
.arg(Arg::with_name("url")
diff --git a/gen/cloudlatencytest2-cli/Cargo.toml b/gen/cloudlatencytest2-cli/Cargo.toml
index e31de4fdee..21caf0baa8 100644
--- a/gen/cloudlatencytest2-cli/Cargo.toml
+++ b/gen/cloudlatencytest2-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-cloudlatencytest2-cli"
-version = "0.3.5+20160309"
+version = "0.3.6+20160309"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with cloudlatencytest (protocol v2)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/cloudlatencytest2-cli"
diff --git a/gen/cloudlatencytest2-cli/README.md b/gen/cloudlatencytest2-cli/README.md
index d82725c6fc..8b278235e2 100644
--- a/gen/cloudlatencytest2-cli/README.md
+++ b/gen/cloudlatencytest2-cli/README.md
@@ -14,14 +14,14 @@ If data-structures are requested, these will be returned as pretty-printed JSON,
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/cloudlatencytest2.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/cloudlatencytest2.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/cloudlatencytest2.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/cloudlatencytest2.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/cloudlatencytest2-cli).
# Usage
-This documentation was generated from the *cloudlatencytest* API at revision *20160309*. The CLI is at version *0.3.5*.
+This documentation was generated from the *cloudlatencytest* API at revision *20160309*. The CLI is at version *0.3.6*.
```bash
cloudlatencytest2 [options]
diff --git a/gen/cloudlatencytest2-cli/mkdocs.yml b/gen/cloudlatencytest2-cli/mkdocs.yml
index 852af24c1b..1b62d524a2 100644
--- a/gen/cloudlatencytest2-cli/mkdocs.yml
+++ b/gen/cloudlatencytest2-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: cloudlatencytest v0.3.5+20160309
+site_name: cloudlatencytest v0.3.6+20160309
site_url: http://byron.github.io/google-apis-rs/google-cloudlatencytest2-cli
site_description: Write integrating applications with bcore
diff --git a/gen/cloudlatencytest2-cli/src/main.rs b/gen/cloudlatencytest2-cli/src/main.rs
index edb0b10f2c..3c01f9625a 100644
--- a/gen/cloudlatencytest2-cli/src/main.rs
+++ b/gen/cloudlatencytest2-cli/src/main.rs
@@ -275,7 +275,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "cloudlatencytest2",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -366,7 +366,7 @@ fn main() {
let mut app = App::new("cloudlatencytest2")
.author("Sebastian Thiel ")
- .version("0.3.5+20160309")
+ .version("0.3.6+20160309")
.about("Reports latency data.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_cloudlatencytest2_cli")
.arg(Arg::with_name("url")
diff --git a/gen/cloudmonitoring2_beta2-cli/Cargo.toml b/gen/cloudmonitoring2_beta2-cli/Cargo.toml
index 917cdfa970..260db5f2c7 100644
--- a/gen/cloudmonitoring2_beta2-cli/Cargo.toml
+++ b/gen/cloudmonitoring2_beta2-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-cloudmonitoring2_beta2-cli"
-version = "0.3.5+20160403"
+version = "0.3.6+20160403"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with Cloud Monitoring (protocol v2beta2)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/cloudmonitoring2_beta2-cli"
diff --git a/gen/cloudmonitoring2_beta2-cli/README.md b/gen/cloudmonitoring2_beta2-cli/README.md
index c0fe7de7bf..e86402dc4e 100644
--- a/gen/cloudmonitoring2_beta2-cli/README.md
+++ b/gen/cloudmonitoring2_beta2-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *Cloud Monitoring* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/cloudmonitoring2-beta2.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/cloudmonitoring2-beta2.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/cloudmonitoring2-beta2.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/cloudmonitoring2-beta2.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/cloudmonitoring2_beta2-cli).
# Usage
-This documentation was generated from the *Cloud Monitoring* API at revision *20160403*. The CLI is at version *0.3.5*.
+This documentation was generated from the *Cloud Monitoring* API at revision *20160403*. The CLI is at version *0.3.6*.
```bash
cloudmonitoring2-beta2 [options]
diff --git a/gen/cloudmonitoring2_beta2-cli/mkdocs.yml b/gen/cloudmonitoring2_beta2-cli/mkdocs.yml
index e8980dd41f..32b2e1a998 100644
--- a/gen/cloudmonitoring2_beta2-cli/mkdocs.yml
+++ b/gen/cloudmonitoring2_beta2-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: Cloud Monitoring v0.3.5+20160403
+site_name: Cloud Monitoring v0.3.6+20160403
site_url: http://byron.github.io/google-apis-rs/google-cloudmonitoring2_beta2-cli
site_description: Write integrating applications with bcore
diff --git a/gen/cloudmonitoring2_beta2-cli/src/main.rs b/gen/cloudmonitoring2_beta2-cli/src/main.rs
index 70a1ecbb1e..b7d5bde30c 100644
--- a/gen/cloudmonitoring2_beta2-cli/src/main.rs
+++ b/gen/cloudmonitoring2_beta2-cli/src/main.rs
@@ -669,7 +669,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "cloudmonitoring2-beta2",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -914,7 +914,7 @@ fn main() {
let mut app = App::new("cloudmonitoring2-beta2")
.author("Sebastian Thiel ")
- .version("0.3.5+20160403")
+ .version("0.3.6+20160403")
.about("Accesses Google Cloud Monitoring data.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_cloudmonitoring2_beta2_cli")
.arg(Arg::with_name("url")
diff --git a/gen/cloudresourcemanager1-cli/Cargo.toml b/gen/cloudresourcemanager1-cli/Cargo.toml
index 88af5f77c7..dfc815fc37 100644
--- a/gen/cloudresourcemanager1-cli/Cargo.toml
+++ b/gen/cloudresourcemanager1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-cloudresourcemanager1-cli"
-version = "0.3.5+20160316"
+version = "0.3.6+20160316"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with Cloud Resource Manager (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/cloudresourcemanager1-cli"
diff --git a/gen/cloudresourcemanager1-cli/README.md b/gen/cloudresourcemanager1-cli/README.md
index 926c70cb9e..9d9fe643d4 100644
--- a/gen/cloudresourcemanager1-cli/README.md
+++ b/gen/cloudresourcemanager1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *Cloud Resource Manager* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/cloudresourcemanager1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/cloudresourcemanager1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/cloudresourcemanager1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/cloudresourcemanager1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/cloudresourcemanager1-cli).
# Usage
-This documentation was generated from the *Cloud Resource Manager* API at revision *20160316*. The CLI is at version *0.3.5*.
+This documentation was generated from the *Cloud Resource Manager* API at revision *20160316*. The CLI is at version *0.3.6*.
```bash
cloudresourcemanager1 [options]
diff --git a/gen/cloudresourcemanager1-cli/mkdocs.yml b/gen/cloudresourcemanager1-cli/mkdocs.yml
index 2c5c9844eb..5363d6161d 100644
--- a/gen/cloudresourcemanager1-cli/mkdocs.yml
+++ b/gen/cloudresourcemanager1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: Cloud Resource Manager v0.3.5+20160316
+site_name: Cloud Resource Manager v0.3.6+20160316
site_url: http://byron.github.io/google-apis-rs/google-cloudresourcemanager1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/cloudresourcemanager1-cli/src/main.rs b/gen/cloudresourcemanager1-cli/src/main.rs
index c4670e2034..bf41cf2cef 100644
--- a/gen/cloudresourcemanager1-cli/src/main.rs
+++ b/gen/cloudresourcemanager1-cli/src/main.rs
@@ -721,7 +721,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "cloudresourcemanager1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -972,7 +972,7 @@ fn main() {
let mut app = App::new("cloudresourcemanager1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160316")
+ .version("0.3.6+20160316")
.about("The Google Cloud Resource Manager API provides methods for creating, reading, and updating project metadata.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_cloudresourcemanager1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/cloudresourcemanager1_beta1-cli/Cargo.toml b/gen/cloudresourcemanager1_beta1-cli/Cargo.toml
index 82a8698384..105ba9fc70 100644
--- a/gen/cloudresourcemanager1_beta1-cli/Cargo.toml
+++ b/gen/cloudresourcemanager1_beta1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-cloudresourcemanager1_beta1-cli"
-version = "0.3.5+20160316"
+version = "0.3.6+20160316"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with Cloud Resource Manager (protocol v1beta1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/cloudresourcemanager1_beta1-cli"
diff --git a/gen/cloudresourcemanager1_beta1-cli/README.md b/gen/cloudresourcemanager1_beta1-cli/README.md
index 8dc8b572ff..3f06dd01eb 100644
--- a/gen/cloudresourcemanager1_beta1-cli/README.md
+++ b/gen/cloudresourcemanager1_beta1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *Cloud Resource Manager* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/cloudresourcemanager1-beta1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/cloudresourcemanager1-beta1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/cloudresourcemanager1-beta1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/cloudresourcemanager1-beta1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/cloudresourcemanager1_beta1-cli).
# Usage
-This documentation was generated from the *Cloud Resource Manager* API at revision *20160316*. The CLI is at version *0.3.5*.
+This documentation was generated from the *Cloud Resource Manager* API at revision *20160316*. The CLI is at version *0.3.6*.
```bash
cloudresourcemanager1-beta1 [options]
diff --git a/gen/cloudresourcemanager1_beta1-cli/mkdocs.yml b/gen/cloudresourcemanager1_beta1-cli/mkdocs.yml
index e5767bbebb..e043c718ad 100644
--- a/gen/cloudresourcemanager1_beta1-cli/mkdocs.yml
+++ b/gen/cloudresourcemanager1_beta1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: Cloud Resource Manager v0.3.5+20160316
+site_name: Cloud Resource Manager v0.3.6+20160316
site_url: http://byron.github.io/google-apis-rs/google-cloudresourcemanager1_beta1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/cloudresourcemanager1_beta1-cli/src/main.rs b/gen/cloudresourcemanager1_beta1-cli/src/main.rs
index b4d3cd3af8..e9521785d1 100644
--- a/gen/cloudresourcemanager1_beta1-cli/src/main.rs
+++ b/gen/cloudresourcemanager1_beta1-cli/src/main.rs
@@ -1299,7 +1299,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "cloudresourcemanager1-beta1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1725,7 +1725,7 @@ fn main() {
let mut app = App::new("cloudresourcemanager1-beta1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160316")
+ .version("0.3.6+20160316")
.about("The Google Cloud Resource Manager API provides methods for creating, reading, and updating project metadata.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_cloudresourcemanager1_beta1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/cloudtrace1-cli/Cargo.toml b/gen/cloudtrace1-cli/Cargo.toml
index d19a789fb6..280af0b412 100644
--- a/gen/cloudtrace1-cli/Cargo.toml
+++ b/gen/cloudtrace1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-cloudtrace1-cli"
-version = "0.3.5+20151207"
+version = "0.3.6+20151207"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with cloudtrace (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/cloudtrace1-cli"
diff --git a/gen/cloudtrace1-cli/README.md b/gen/cloudtrace1-cli/README.md
index 3bb8deff9a..9fb55fc8d0 100644
--- a/gen/cloudtrace1-cli/README.md
+++ b/gen/cloudtrace1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *cloudtrace* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/cloudtrace1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/cloudtrace1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/cloudtrace1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/cloudtrace1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/cloudtrace1-cli).
# Usage
-This documentation was generated from the *cloudtrace* API at revision *20151207*. The CLI is at version *0.3.5*.
+This documentation was generated from the *cloudtrace* API at revision *20151207*. The CLI is at version *0.3.6*.
```bash
cloudtrace1 [options]
diff --git a/gen/cloudtrace1-cli/mkdocs.yml b/gen/cloudtrace1-cli/mkdocs.yml
index 6c8cf417d9..d72edda502 100644
--- a/gen/cloudtrace1-cli/mkdocs.yml
+++ b/gen/cloudtrace1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: cloudtrace v0.3.5+20151207
+site_name: cloudtrace v0.3.6+20151207
site_url: http://byron.github.io/google-apis-rs/google-cloudtrace1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/cloudtrace1-cli/src/main.rs b/gen/cloudtrace1-cli/src/main.rs
index a54269f980..8acf2958b5 100644
--- a/gen/cloudtrace1-cli/src/main.rs
+++ b/gen/cloudtrace1-cli/src/main.rs
@@ -319,7 +319,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "cloudtrace1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -448,7 +448,7 @@ fn main() {
let mut app = App::new("cloudtrace1")
.author("Sebastian Thiel ")
- .version("0.3.5+20151207")
+ .version("0.3.6+20151207")
.about("The Cloud Trace API allows you to send traces to and retrieve traces from Google Cloud Trace.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_cloudtrace1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/clouduseraccountsvm_beta-cli/Cargo.toml b/gen/clouduseraccountsvm_beta-cli/Cargo.toml
index a52c5661c3..7f2ff00125 100644
--- a/gen/clouduseraccountsvm_beta-cli/Cargo.toml
+++ b/gen/clouduseraccountsvm_beta-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-clouduseraccountsvm_beta-cli"
-version = "0.3.5+20160316"
+version = "0.3.6+20160316"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with Cloud User Accounts (protocol vm_beta)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/clouduseraccountsvm_beta-cli"
diff --git a/gen/clouduseraccountsvm_beta-cli/README.md b/gen/clouduseraccountsvm_beta-cli/README.md
index 542e99ac9d..c23220d38d 100644
--- a/gen/clouduseraccountsvm_beta-cli/README.md
+++ b/gen/clouduseraccountsvm_beta-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *Cloud User Accounts* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/clouduseraccountsvm-beta.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/clouduseraccountsvm-beta.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/clouduseraccountsvm-beta.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/clouduseraccountsvm-beta.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/clouduseraccountsvm_beta-cli).
# Usage
-This documentation was generated from the *Cloud User Accounts* API at revision *20160316*. The CLI is at version *0.3.5*.
+This documentation was generated from the *Cloud User Accounts* API at revision *20160316*. The CLI is at version *0.3.6*.
```bash
clouduseraccountsvm-beta [options]
diff --git a/gen/clouduseraccountsvm_beta-cli/mkdocs.yml b/gen/clouduseraccountsvm_beta-cli/mkdocs.yml
index 74f8163b51..df30004b7f 100644
--- a/gen/clouduseraccountsvm_beta-cli/mkdocs.yml
+++ b/gen/clouduseraccountsvm_beta-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: Cloud User Accounts v0.3.5+20160316
+site_name: Cloud User Accounts v0.3.6+20160316
site_url: http://byron.github.io/google-apis-rs/google-clouduseraccountsvm_beta-cli
site_description: Write integrating applications with bcore
diff --git a/gen/clouduseraccountsvm_beta-cli/src/main.rs b/gen/clouduseraccountsvm_beta-cli/src/main.rs
index 5fb57a1122..8d029f2b9f 100644
--- a/gen/clouduseraccountsvm_beta-cli/src/main.rs
+++ b/gen/clouduseraccountsvm_beta-cli/src/main.rs
@@ -1289,7 +1289,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "clouduseraccountsvm-beta",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1839,7 +1839,7 @@ fn main() {
let mut app = App::new("clouduseraccountsvm-beta")
.author("Sebastian Thiel ")
- .version("0.3.5+20160316")
+ .version("0.3.6+20160316")
.about("Creates and manages users and groups for accessing Google Compute Engine virtual machines.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_clouduseraccountsvm_beta_cli")
.arg(Arg::with_name("url")
diff --git a/gen/compute1-cli/Cargo.toml b/gen/compute1-cli/Cargo.toml
index c44c978404..b2c61396bc 100644
--- a/gen/compute1-cli/Cargo.toml
+++ b/gen/compute1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-compute1-cli"
-version = "0.3.5+20160328"
+version = "0.3.6+20160328"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with compute (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/compute1-cli"
diff --git a/gen/compute1-cli/README.md b/gen/compute1-cli/README.md
index 2db64e7b64..90cca78838 100644
--- a/gen/compute1-cli/README.md
+++ b/gen/compute1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *compute* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/compute1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/compute1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/compute1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/compute1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/compute1-cli).
# Usage
-This documentation was generated from the *compute* API at revision *20160328*. The CLI is at version *0.3.5*.
+This documentation was generated from the *compute* API at revision *20160328*. The CLI is at version *0.3.6*.
```bash
compute1 [options]
diff --git a/gen/compute1-cli/mkdocs.yml b/gen/compute1-cli/mkdocs.yml
index c3ff826091..d89c2eb325 100644
--- a/gen/compute1-cli/mkdocs.yml
+++ b/gen/compute1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: compute v0.3.5+20160328
+site_name: compute v0.3.6+20160328
site_url: http://byron.github.io/google-apis-rs/google-compute1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/compute1-cli/src/main.rs b/gen/compute1-cli/src/main.rs
index 970260c34f..e8c4111e3c 100644
--- a/gen/compute1-cli/src/main.rs
+++ b/gen/compute1-cli/src/main.rs
@@ -14585,7 +14585,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "compute1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -20793,7 +20793,7 @@ fn main() {
let mut app = App::new("compute1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160328")
+ .version("0.3.6+20160328")
.about("API for the Google Compute Engine service.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_compute1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/container1-cli/Cargo.toml b/gen/container1-cli/Cargo.toml
index 4250a80524..5fa2738036 100644
--- a/gen/container1-cli/Cargo.toml
+++ b/gen/container1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-container1-cli"
-version = "0.3.5+20160321"
+version = "0.3.6+20160321"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with container (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/container1-cli"
diff --git a/gen/container1-cli/README.md b/gen/container1-cli/README.md
index a5a87715cf..f0a7e52701 100644
--- a/gen/container1-cli/README.md
+++ b/gen/container1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *container* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/container1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/container1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/container1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/container1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/container1-cli).
# Usage
-This documentation was generated from the *container* API at revision *20160321*. The CLI is at version *0.3.5*.
+This documentation was generated from the *container* API at revision *20160321*. The CLI is at version *0.3.6*.
```bash
container1 [options]
diff --git a/gen/container1-cli/mkdocs.yml b/gen/container1-cli/mkdocs.yml
index 5ae590a3e5..845e400fbe 100644
--- a/gen/container1-cli/mkdocs.yml
+++ b/gen/container1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: container v0.3.5+20160321
+site_name: container v0.3.6+20160321
site_url: http://byron.github.io/google-apis-rs/google-container1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/container1-cli/src/main.rs b/gen/container1-cli/src/main.rs
index 92ae6f37c1..51ed43642b 100644
--- a/gen/container1-cli/src/main.rs
+++ b/gen/container1-cli/src/main.rs
@@ -641,7 +641,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "container1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -952,7 +952,7 @@ fn main() {
let mut app = App::new("container1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160321")
+ .version("0.3.6+20160321")
.about("Builds and manages clusters that run container-based applications, powered by open source Kubernetes technology.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_container1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/content2-cli/Cargo.toml b/gen/content2-cli/Cargo.toml
index 0f160e7b8d..1d995a001c 100644
--- a/gen/content2-cli/Cargo.toml
+++ b/gen/content2-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-content2-cli"
-version = "0.3.5+20160331"
+version = "0.3.6+20160331"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with Shopping Content (protocol v2)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/content2-cli"
diff --git a/gen/content2-cli/README.md b/gen/content2-cli/README.md
index e3711affb4..4874229c62 100644
--- a/gen/content2-cli/README.md
+++ b/gen/content2-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *Shopping Content* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/content2.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/content2.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/content2.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/content2.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/content2-cli).
# Usage
-This documentation was generated from the *Shopping Content* API at revision *20160331*. The CLI is at version *0.3.5*.
+This documentation was generated from the *Shopping Content* API at revision *20160331*. The CLI is at version *0.3.6*.
```bash
content2 [options]
diff --git a/gen/content2-cli/mkdocs.yml b/gen/content2-cli/mkdocs.yml
index be5500e0f8..95a1f8b721 100644
--- a/gen/content2-cli/mkdocs.yml
+++ b/gen/content2-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: Shopping Content v0.3.5+20160331
+site_name: Shopping Content v0.3.6+20160331
site_url: http://byron.github.io/google-apis-rs/google-content2-cli
site_description: Write integrating applications with bcore
diff --git a/gen/content2-cli/src/main.rs b/gen/content2-cli/src/main.rs
index 2e8198037c..14b6965500 100644
--- a/gen/content2-cli/src/main.rs
+++ b/gen/content2-cli/src/main.rs
@@ -4615,7 +4615,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "content2",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -6221,7 +6221,7 @@ fn main() {
let mut app = App::new("content2")
.author("Sebastian Thiel ")
- .version("0.3.5+20160331")
+ .version("0.3.6+20160331")
.about("Manages product items, inventory, and Merchant Center accounts for Google Shopping.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_content2_cli")
.arg(Arg::with_name("url")
diff --git a/gen/content2_sandbox-cli/Cargo.toml b/gen/content2_sandbox-cli/Cargo.toml
index 7c908ba125..486f934012 100644
--- a/gen/content2_sandbox-cli/Cargo.toml
+++ b/gen/content2_sandbox-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-content2_sandbox-cli"
-version = "0.3.5+20160331"
+version = "0.3.6+20160331"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with Shopping Content (protocol v2sandbox)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/content2_sandbox-cli"
diff --git a/gen/content2_sandbox-cli/README.md b/gen/content2_sandbox-cli/README.md
index cf86fb2b47..2adf506388 100644
--- a/gen/content2_sandbox-cli/README.md
+++ b/gen/content2_sandbox-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *Shopping Content* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/content2-sandbox.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/content2-sandbox.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/content2-sandbox.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/content2-sandbox.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/content2_sandbox-cli).
# Usage
-This documentation was generated from the *Shopping Content* API at revision *20160331*. The CLI is at version *0.3.5*.
+This documentation was generated from the *Shopping Content* API at revision *20160331*. The CLI is at version *0.3.6*.
```bash
content2-sandbox [options]
diff --git a/gen/content2_sandbox-cli/mkdocs.yml b/gen/content2_sandbox-cli/mkdocs.yml
index 91fe8d899b..94b023d937 100644
--- a/gen/content2_sandbox-cli/mkdocs.yml
+++ b/gen/content2_sandbox-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: Shopping Content v0.3.5+20160331
+site_name: Shopping Content v0.3.6+20160331
site_url: http://byron.github.io/google-apis-rs/google-content2_sandbox-cli
site_description: Write integrating applications with bcore
diff --git a/gen/content2_sandbox-cli/src/main.rs b/gen/content2_sandbox-cli/src/main.rs
index 0f7dfd6c67..c6507551b1 100644
--- a/gen/content2_sandbox-cli/src/main.rs
+++ b/gen/content2_sandbox-cli/src/main.rs
@@ -1315,7 +1315,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "content2-sandbox",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1818,7 +1818,7 @@ fn main() {
let mut app = App::new("content2-sandbox")
.author("Sebastian Thiel ")
- .version("0.3.5+20160331")
+ .version("0.3.6+20160331")
.about("Manages product items, inventory, and Merchant Center accounts for Google Shopping.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_content2_sandbox_cli")
.arg(Arg::with_name("url")
diff --git a/gen/coordinate1-cli/Cargo.toml b/gen/coordinate1-cli/Cargo.toml
index 10d22411fe..da8961f395 100644
--- a/gen/coordinate1-cli/Cargo.toml
+++ b/gen/coordinate1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-coordinate1-cli"
-version = "0.3.5+20150811"
+version = "0.3.6+20150811"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with coordinate (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/coordinate1-cli"
diff --git a/gen/coordinate1-cli/README.md b/gen/coordinate1-cli/README.md
index efb9ab6068..c247084148 100644
--- a/gen/coordinate1-cli/README.md
+++ b/gen/coordinate1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *coordinate* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/coordinate1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/coordinate1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/coordinate1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/coordinate1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/coordinate1-cli).
# Usage
-This documentation was generated from the *coordinate* API at revision *20150811*. The CLI is at version *0.3.5*.
+This documentation was generated from the *coordinate* API at revision *20150811*. The CLI is at version *0.3.6*.
```bash
coordinate1 [options]
diff --git a/gen/coordinate1-cli/mkdocs.yml b/gen/coordinate1-cli/mkdocs.yml
index cf428e404a..a2567e3c57 100644
--- a/gen/coordinate1-cli/mkdocs.yml
+++ b/gen/coordinate1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: coordinate v0.3.5+20150811
+site_name: coordinate v0.3.6+20150811
site_url: http://byron.github.io/google-apis-rs/google-coordinate1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/coordinate1-cli/src/main.rs b/gen/coordinate1-cli/src/main.rs
index ac73f87b77..15d14f02e3 100644
--- a/gen/coordinate1-cli/src/main.rs
+++ b/gen/coordinate1-cli/src/main.rs
@@ -1148,7 +1148,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "coordinate1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1570,7 +1570,7 @@ fn main() {
let mut app = App::new("coordinate1")
.author("Sebastian Thiel ")
- .version("0.3.5+20150811")
+ .version("0.3.6+20150811")
.about("Lets you view and manage jobs in a Coordinate team.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_coordinate1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/customsearch1-cli/Cargo.toml b/gen/customsearch1-cli/Cargo.toml
index b238c2ac01..699c7bed9f 100644
--- a/gen/customsearch1-cli/Cargo.toml
+++ b/gen/customsearch1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-customsearch1-cli"
-version = "0.3.5+20151130"
+version = "0.3.6+20151130"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with customsearch (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/customsearch1-cli"
diff --git a/gen/customsearch1-cli/README.md b/gen/customsearch1-cli/README.md
index 14c8e25ab0..1a941fdf56 100644
--- a/gen/customsearch1-cli/README.md
+++ b/gen/customsearch1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *customsearch* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/customsearch1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/customsearch1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/customsearch1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/customsearch1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/customsearch1-cli).
# Usage
-This documentation was generated from the *customsearch* API at revision *20151130*. The CLI is at version *0.3.5*.
+This documentation was generated from the *customsearch* API at revision *20151130*. The CLI is at version *0.3.6*.
```bash
customsearch1 [options]
diff --git a/gen/customsearch1-cli/mkdocs.yml b/gen/customsearch1-cli/mkdocs.yml
index af577872bd..ee056b80e1 100644
--- a/gen/customsearch1-cli/mkdocs.yml
+++ b/gen/customsearch1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: customsearch v0.3.5+20151130
+site_name: customsearch v0.3.6+20151130
site_url: http://byron.github.io/google-apis-rs/google-customsearch1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/customsearch1-cli/src/main.rs b/gen/customsearch1-cli/src/main.rs
index d1481626f4..29948c9cd1 100644
--- a/gen/customsearch1-cli/src/main.rs
+++ b/gen/customsearch1-cli/src/main.rs
@@ -246,7 +246,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "customsearch1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -315,7 +315,7 @@ fn main() {
let mut app = App::new("customsearch1")
.author("Sebastian Thiel ")
- .version("0.3.5+20151130")
+ .version("0.3.6+20151130")
.about("Lets you search over a website or collection of websites")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_customsearch1_cli")
.arg(Arg::with_name("folder")
diff --git a/gen/dataproc1-cli/Cargo.toml b/gen/dataproc1-cli/Cargo.toml
index 354ced75b2..44c7ba24ef 100644
--- a/gen/dataproc1-cli/Cargo.toml
+++ b/gen/dataproc1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-dataproc1-cli"
-version = "0.3.5+20160219"
+version = "0.3.6+20160219"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with dataproc (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/dataproc1-cli"
diff --git a/gen/dataproc1-cli/README.md b/gen/dataproc1-cli/README.md
index f667a657c3..864ae14437 100644
--- a/gen/dataproc1-cli/README.md
+++ b/gen/dataproc1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *dataproc* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/dataproc1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/dataproc1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/dataproc1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/dataproc1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/dataproc1-cli).
# Usage
-This documentation was generated from the *dataproc* API at revision *20160219*. The CLI is at version *0.3.5*.
+This documentation was generated from the *dataproc* API at revision *20160219*. The CLI is at version *0.3.6*.
```bash
dataproc1 [options]
diff --git a/gen/dataproc1-cli/mkdocs.yml b/gen/dataproc1-cli/mkdocs.yml
index f4a483f475..55bae49a8d 100644
--- a/gen/dataproc1-cli/mkdocs.yml
+++ b/gen/dataproc1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: dataproc v0.3.5+20160219
+site_name: dataproc v0.3.6+20160219
site_url: http://byron.github.io/google-apis-rs/google-dataproc1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/dataproc1-cli/src/main.rs b/gen/dataproc1-cli/src/main.rs
index 92eadb2ae6..9b66b22d58 100644
--- a/gen/dataproc1-cli/src/main.rs
+++ b/gen/dataproc1-cli/src/main.rs
@@ -1419,7 +1419,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "dataproc1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1998,7 +1998,7 @@ fn main() {
let mut app = App::new("dataproc1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160219")
+ .version("0.3.6+20160219")
.about("An API for managing Hadoop-based clusters and jobs on Google Cloud Platform.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_dataproc1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/deploymentmanager2-cli/Cargo.toml b/gen/deploymentmanager2-cli/Cargo.toml
index 3d4c24c3dd..f976dca577 100644
--- a/gen/deploymentmanager2-cli/Cargo.toml
+++ b/gen/deploymentmanager2-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-deploymentmanager2-cli"
-version = "0.3.5+20160406"
+version = "0.3.6+20160406"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with Deployment Manager (protocol v2)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/deploymentmanager2-cli"
diff --git a/gen/deploymentmanager2-cli/README.md b/gen/deploymentmanager2-cli/README.md
index f788707117..409a52c360 100644
--- a/gen/deploymentmanager2-cli/README.md
+++ b/gen/deploymentmanager2-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *Deployment Manager* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/deploymentmanager2.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/deploymentmanager2.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/deploymentmanager2.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/deploymentmanager2.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/deploymentmanager2-cli).
# Usage
-This documentation was generated from the *Deployment Manager* API at revision *20160406*. The CLI is at version *0.3.5*.
+This documentation was generated from the *Deployment Manager* API at revision *20160406*. The CLI is at version *0.3.6*.
```bash
deploymentmanager2 [options]
diff --git a/gen/deploymentmanager2-cli/mkdocs.yml b/gen/deploymentmanager2-cli/mkdocs.yml
index 8b88a3ee65..386378f87f 100644
--- a/gen/deploymentmanager2-cli/mkdocs.yml
+++ b/gen/deploymentmanager2-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: Deployment Manager v0.3.5+20160406
+site_name: Deployment Manager v0.3.6+20160406
site_url: http://byron.github.io/google-apis-rs/google-deploymentmanager2-cli
site_description: Write integrating applications with bcore
diff --git a/gen/deploymentmanager2-cli/src/main.rs b/gen/deploymentmanager2-cli/src/main.rs
index 649d278b03..179874326b 100644
--- a/gen/deploymentmanager2-cli/src/main.rs
+++ b/gen/deploymentmanager2-cli/src/main.rs
@@ -1283,7 +1283,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "deploymentmanager2",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1780,7 +1780,7 @@ fn main() {
let mut app = App::new("deploymentmanager2")
.author("Sebastian Thiel ")
- .version("0.3.5+20160406")
+ .version("0.3.6+20160406")
.about("Declares, configures, and deploys complex solutions on Google Cloud Platform.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_deploymentmanager2_cli")
.arg(Arg::with_name("url")
diff --git a/gen/deploymentmanager2_beta2-cli/Cargo.toml b/gen/deploymentmanager2_beta2-cli/Cargo.toml
index 03cf4b864f..d677d284fb 100644
--- a/gen/deploymentmanager2_beta2-cli/Cargo.toml
+++ b/gen/deploymentmanager2_beta2-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-deploymentmanager2_beta2-cli"
-version = "0.3.5+20160201"
+version = "0.3.6+20160201"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with Deployment Manager (protocol v2beta2)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/deploymentmanager2_beta2-cli"
diff --git a/gen/deploymentmanager2_beta2-cli/README.md b/gen/deploymentmanager2_beta2-cli/README.md
index 37a842067b..c3055c91fd 100644
--- a/gen/deploymentmanager2_beta2-cli/README.md
+++ b/gen/deploymentmanager2_beta2-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *Deployment Manager* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/deploymentmanager2-beta2.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/deploymentmanager2-beta2.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/deploymentmanager2-beta2.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/deploymentmanager2-beta2.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/deploymentmanager2_beta2-cli).
# Usage
-This documentation was generated from the *Deployment Manager* API at revision *20160201*. The CLI is at version *0.3.5*.
+This documentation was generated from the *Deployment Manager* API at revision *20160201*. The CLI is at version *0.3.6*.
```bash
deploymentmanager2-beta2 [options]
diff --git a/gen/deploymentmanager2_beta2-cli/mkdocs.yml b/gen/deploymentmanager2_beta2-cli/mkdocs.yml
index 724abf2b63..f2af493fe3 100644
--- a/gen/deploymentmanager2_beta2-cli/mkdocs.yml
+++ b/gen/deploymentmanager2_beta2-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: Deployment Manager v0.3.5+20160201
+site_name: Deployment Manager v0.3.6+20160201
site_url: http://byron.github.io/google-apis-rs/google-deploymentmanager2_beta2-cli
site_description: Write integrating applications with bcore
diff --git a/gen/deploymentmanager2_beta2-cli/src/main.rs b/gen/deploymentmanager2_beta2-cli/src/main.rs
index fa903de612..f1122924b5 100644
--- a/gen/deploymentmanager2_beta2-cli/src/main.rs
+++ b/gen/deploymentmanager2_beta2-cli/src/main.rs
@@ -1049,7 +1049,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "deploymentmanager2-beta2",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1478,7 +1478,7 @@ fn main() {
let mut app = App::new("deploymentmanager2-beta2")
.author("Sebastian Thiel ")
- .version("0.3.5+20160201")
+ .version("0.3.6+20160201")
.about("The Deployment Manager API allows users to declaratively configure, deploy and run complex solutions on the Google Cloud Platform.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_deploymentmanager2_beta2_cli")
.arg(Arg::with_name("url")
diff --git a/gen/dfareporting2d1-cli/Cargo.toml b/gen/dfareporting2d1-cli/Cargo.toml
index 44ce121cd9..807e9feff7 100644
--- a/gen/dfareporting2d1-cli/Cargo.toml
+++ b/gen/dfareporting2d1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-dfareporting2d1-cli"
-version = "0.3.5+20160323"
+version = "0.3.6+20160323"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with dfareporting (protocol v2.1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/dfareporting2d1-cli"
diff --git a/gen/dfareporting2d1-cli/README.md b/gen/dfareporting2d1-cli/README.md
index 7d53a647f4..94d7abb6b0 100644
--- a/gen/dfareporting2d1-cli/README.md
+++ b/gen/dfareporting2d1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *dfareporting* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/dfareporting2d1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/dfareporting2d1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/dfareporting2d1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/dfareporting2d1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/dfareporting2d1-cli).
# Usage
-This documentation was generated from the *dfareporting* API at revision *20160323*. The CLI is at version *0.3.5*.
+This documentation was generated from the *dfareporting* API at revision *20160323*. The CLI is at version *0.3.6*.
```bash
dfareporting2d1 [options]
diff --git a/gen/dfareporting2d1-cli/mkdocs.yml b/gen/dfareporting2d1-cli/mkdocs.yml
index 62b44fc6f8..f5f6915f0d 100644
--- a/gen/dfareporting2d1-cli/mkdocs.yml
+++ b/gen/dfareporting2d1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: dfareporting v0.3.5+20160323
+site_name: dfareporting v0.3.6+20160323
site_url: http://byron.github.io/google-apis-rs/google-dfareporting2d1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/dfareporting2d1-cli/src/main.rs b/gen/dfareporting2d1-cli/src/main.rs
index a033bd0488..baa9a31ec6 100644
--- a/gen/dfareporting2d1-cli/src/main.rs
+++ b/gen/dfareporting2d1-cli/src/main.rs
@@ -16778,7 +16778,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "dfareporting2d1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -22314,7 +22314,7 @@ fn main() {
let mut app = App::new("dfareporting2d1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160323")
+ .version("0.3.6+20160323")
.about("Manages your DoubleClick Campaign Manager ad campaigns and reports.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_dfareporting2d1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/dfareporting2d2-cli/Cargo.toml b/gen/dfareporting2d2-cli/Cargo.toml
index 9f6798fb14..7ac7ce84d5 100644
--- a/gen/dfareporting2d2-cli/Cargo.toml
+++ b/gen/dfareporting2d2-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-dfareporting2d2-cli"
-version = "0.3.5+20160323"
+version = "0.3.6+20160323"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with dfareporting (protocol v2.2)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/dfareporting2d2-cli"
diff --git a/gen/dfareporting2d2-cli/README.md b/gen/dfareporting2d2-cli/README.md
index 6a912303a8..4dcb3eefd4 100644
--- a/gen/dfareporting2d2-cli/README.md
+++ b/gen/dfareporting2d2-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *dfareporting* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/dfareporting2d2.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/dfareporting2d2.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/dfareporting2d2.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/dfareporting2d2.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/dfareporting2d2-cli).
# Usage
-This documentation was generated from the *dfareporting* API at revision *20160323*. The CLI is at version *0.3.5*.
+This documentation was generated from the *dfareporting* API at revision *20160323*. The CLI is at version *0.3.6*.
```bash
dfareporting2d2 [options]
diff --git a/gen/dfareporting2d2-cli/mkdocs.yml b/gen/dfareporting2d2-cli/mkdocs.yml
index 70890c170c..97248078e3 100644
--- a/gen/dfareporting2d2-cli/mkdocs.yml
+++ b/gen/dfareporting2d2-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: dfareporting v0.3.5+20160323
+site_name: dfareporting v0.3.6+20160323
site_url: http://byron.github.io/google-apis-rs/google-dfareporting2d2-cli
site_description: Write integrating applications with bcore
diff --git a/gen/dfareporting2d2-cli/src/main.rs b/gen/dfareporting2d2-cli/src/main.rs
index affb3285eb..ab2c61443b 100644
--- a/gen/dfareporting2d2-cli/src/main.rs
+++ b/gen/dfareporting2d2-cli/src/main.rs
@@ -16798,7 +16798,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "dfareporting2d2",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -22334,7 +22334,7 @@ fn main() {
let mut app = App::new("dfareporting2d2")
.author("Sebastian Thiel ")
- .version("0.3.5+20160323")
+ .version("0.3.6+20160323")
.about("Manages your DoubleClick Campaign Manager ad campaigns and reports.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_dfareporting2d2_cli")
.arg(Arg::with_name("url")
diff --git a/gen/dfareporting2d3-cli/Cargo.toml b/gen/dfareporting2d3-cli/Cargo.toml
index 7d3e281761..1d240d6d5e 100644
--- a/gen/dfareporting2d3-cli/Cargo.toml
+++ b/gen/dfareporting2d3-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-dfareporting2d3-cli"
-version = "0.3.5+20160323"
+version = "0.3.6+20160323"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with dfareporting (protocol v2.3)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/dfareporting2d3-cli"
diff --git a/gen/dfareporting2d3-cli/README.md b/gen/dfareporting2d3-cli/README.md
index 42e8a79fa4..772fb3980b 100644
--- a/gen/dfareporting2d3-cli/README.md
+++ b/gen/dfareporting2d3-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *dfareporting* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/dfareporting2d3.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/dfareporting2d3.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/dfareporting2d3.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/dfareporting2d3.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/dfareporting2d3-cli).
# Usage
-This documentation was generated from the *dfareporting* API at revision *20160323*. The CLI is at version *0.3.5*.
+This documentation was generated from the *dfareporting* API at revision *20160323*. The CLI is at version *0.3.6*.
```bash
dfareporting2d3 [options]
diff --git a/gen/dfareporting2d3-cli/mkdocs.yml b/gen/dfareporting2d3-cli/mkdocs.yml
index d36d6b70ad..771ea9d08f 100644
--- a/gen/dfareporting2d3-cli/mkdocs.yml
+++ b/gen/dfareporting2d3-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: dfareporting v0.3.5+20160323
+site_name: dfareporting v0.3.6+20160323
site_url: http://byron.github.io/google-apis-rs/google-dfareporting2d3-cli
site_description: Write integrating applications with bcore
diff --git a/gen/dfareporting2d3-cli/src/main.rs b/gen/dfareporting2d3-cli/src/main.rs
index 9298ec5312..5971451b0e 100644
--- a/gen/dfareporting2d3-cli/src/main.rs
+++ b/gen/dfareporting2d3-cli/src/main.rs
@@ -16755,7 +16755,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "dfareporting2d3",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -22269,7 +22269,7 @@ fn main() {
let mut app = App::new("dfareporting2d3")
.author("Sebastian Thiel ")
- .version("0.3.5+20160323")
+ .version("0.3.6+20160323")
.about("Manages your DoubleClick Campaign Manager ad campaigns and reports.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_dfareporting2d3_cli")
.arg(Arg::with_name("url")
diff --git a/gen/dfareporting2d4-cli/Cargo.toml b/gen/dfareporting2d4-cli/Cargo.toml
index 0f5fd5a4cd..f9da4b65ed 100644
--- a/gen/dfareporting2d4-cli/Cargo.toml
+++ b/gen/dfareporting2d4-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-dfareporting2d4-cli"
-version = "0.3.5+20160323"
+version = "0.3.6+20160323"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with dfareporting (protocol v2.4)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/dfareporting2d4-cli"
diff --git a/gen/dfareporting2d4-cli/README.md b/gen/dfareporting2d4-cli/README.md
index b7f422b479..46fc91f4f8 100644
--- a/gen/dfareporting2d4-cli/README.md
+++ b/gen/dfareporting2d4-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *dfareporting* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/dfareporting2d4.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/dfareporting2d4.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/dfareporting2d4.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/dfareporting2d4.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/dfareporting2d4-cli).
# Usage
-This documentation was generated from the *dfareporting* API at revision *20160323*. The CLI is at version *0.3.5*.
+This documentation was generated from the *dfareporting* API at revision *20160323*. The CLI is at version *0.3.6*.
```bash
dfareporting2d4 [options]
diff --git a/gen/dfareporting2d4-cli/mkdocs.yml b/gen/dfareporting2d4-cli/mkdocs.yml
index 5c62bcc7e1..7de4c6bdf8 100644
--- a/gen/dfareporting2d4-cli/mkdocs.yml
+++ b/gen/dfareporting2d4-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: dfareporting v0.3.5+20160323
+site_name: dfareporting v0.3.6+20160323
site_url: http://byron.github.io/google-apis-rs/google-dfareporting2d4-cli
site_description: Write integrating applications with bcore
diff --git a/gen/dfareporting2d4-cli/src/main.rs b/gen/dfareporting2d4-cli/src/main.rs
index 681d4ee21f..9ed68b4b0b 100644
--- a/gen/dfareporting2d4-cli/src/main.rs
+++ b/gen/dfareporting2d4-cli/src/main.rs
@@ -16758,7 +16758,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "dfareporting2d4",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -22272,7 +22272,7 @@ fn main() {
let mut app = App::new("dfareporting2d4")
.author("Sebastian Thiel ")
- .version("0.3.5+20160323")
+ .version("0.3.6+20160323")
.about("Manages your DoubleClick Campaign Manager ad campaigns and reports.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_dfareporting2d4_cli")
.arg(Arg::with_name("url")
diff --git a/gen/discovery1-cli/Cargo.toml b/gen/discovery1-cli/Cargo.toml
index 6c59e2232d..24f191528d 100644
--- a/gen/discovery1-cli/Cargo.toml
+++ b/gen/discovery1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-discovery1-cli"
-version = "0.3.5+00000000"
+version = "0.3.6+00000000"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with discovery (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/discovery1-cli"
diff --git a/gen/discovery1-cli/README.md b/gen/discovery1-cli/README.md
index 65484ed247..8720e82678 100644
--- a/gen/discovery1-cli/README.md
+++ b/gen/discovery1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *discovery* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/discovery1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/discovery1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/discovery1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/discovery1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/discovery1-cli).
# Usage
-This documentation was generated from the *discovery* API at revision *00000000*. The CLI is at version *0.3.5*.
+This documentation was generated from the *discovery* API at revision *00000000*. The CLI is at version *0.3.6*.
```bash
discovery1 [options]
diff --git a/gen/discovery1-cli/mkdocs.yml b/gen/discovery1-cli/mkdocs.yml
index 5175154d9a..bbb086d363 100644
--- a/gen/discovery1-cli/mkdocs.yml
+++ b/gen/discovery1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: discovery v0.3.5+00000000
+site_name: discovery v0.3.6+00000000
site_url: http://byron.github.io/google-apis-rs/google-discovery1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/discovery1-cli/src/main.rs b/gen/discovery1-cli/src/main.rs
index d33bad2144..077ddd399f 100644
--- a/gen/discovery1-cli/src/main.rs
+++ b/gen/discovery1-cli/src/main.rs
@@ -211,7 +211,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "discovery1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -302,7 +302,7 @@ fn main() {
let mut app = App::new("discovery1")
.author("Sebastian Thiel ")
- .version("0.3.5+00000000")
+ .version("0.3.6+00000000")
.about("Lets you discover information about other Google APIs, such as what APIs are available, the resource and method details for each API.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_discovery1_cli")
.arg(Arg::with_name("folder")
diff --git a/gen/dns1-cli/Cargo.toml b/gen/dns1-cli/Cargo.toml
index afe19b958d..b65416dcae 100644
--- a/gen/dns1-cli/Cargo.toml
+++ b/gen/dns1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-dns1-cli"
-version = "0.3.5+20160224"
+version = "0.3.6+20160224"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with dns (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/dns1-cli"
diff --git a/gen/dns1-cli/README.md b/gen/dns1-cli/README.md
index 09e9fea74e..459bd86f4e 100644
--- a/gen/dns1-cli/README.md
+++ b/gen/dns1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *dns* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/dns1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/dns1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/dns1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/dns1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/dns1-cli).
# Usage
-This documentation was generated from the *dns* API at revision *20160224*. The CLI is at version *0.3.5*.
+This documentation was generated from the *dns* API at revision *20160224*. The CLI is at version *0.3.6*.
```bash
dns1 [options]
diff --git a/gen/dns1-cli/mkdocs.yml b/gen/dns1-cli/mkdocs.yml
index f64c879f04..46b5f0ca08 100644
--- a/gen/dns1-cli/mkdocs.yml
+++ b/gen/dns1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: dns v0.3.5+20160224
+site_name: dns v0.3.6+20160224
site_url: http://byron.github.io/google-apis-rs/google-dns1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/dns1-cli/src/main.rs b/gen/dns1-cli/src/main.rs
index 96a64fadd7..1801f8ee35 100644
--- a/gen/dns1-cli/src/main.rs
+++ b/gen/dns1-cli/src/main.rs
@@ -723,7 +723,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "dns1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1025,7 +1025,7 @@ fn main() {
let mut app = App::new("dns1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160224")
+ .version("0.3.6+20160224")
.about("The Google Cloud DNS API provides services for configuring and serving authoritative DNS records.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_dns1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/doubleclickbidmanager1-cli/Cargo.toml b/gen/doubleclickbidmanager1-cli/Cargo.toml
index af551943ed..3b24042cbe 100644
--- a/gen/doubleclickbidmanager1-cli/Cargo.toml
+++ b/gen/doubleclickbidmanager1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-doubleclickbidmanager1-cli"
-version = "0.3.5+20160225"
+version = "0.3.6+20160225"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with DoubleClick Bid Manager (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/doubleclickbidmanager1-cli"
diff --git a/gen/doubleclickbidmanager1-cli/README.md b/gen/doubleclickbidmanager1-cli/README.md
index 531c450c8c..b151d9d9e9 100644
--- a/gen/doubleclickbidmanager1-cli/README.md
+++ b/gen/doubleclickbidmanager1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *DoubleClick Bid Manager* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/doubleclickbidmanager1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/doubleclickbidmanager1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/doubleclickbidmanager1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/doubleclickbidmanager1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/doubleclickbidmanager1-cli).
# Usage
-This documentation was generated from the *DoubleClick Bid Manager* API at revision *20160225*. The CLI is at version *0.3.5*.
+This documentation was generated from the *DoubleClick Bid Manager* API at revision *20160225*. The CLI is at version *0.3.6*.
```bash
doubleclickbidmanager1 [options]
diff --git a/gen/doubleclickbidmanager1-cli/mkdocs.yml b/gen/doubleclickbidmanager1-cli/mkdocs.yml
index 8be45a10c6..bb9548623e 100644
--- a/gen/doubleclickbidmanager1-cli/mkdocs.yml
+++ b/gen/doubleclickbidmanager1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: DoubleClick Bid Manager v0.3.5+20160225
+site_name: DoubleClick Bid Manager v0.3.6+20160225
site_url: http://byron.github.io/google-apis-rs/google-doubleclickbidmanager1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/doubleclickbidmanager1-cli/src/main.rs b/gen/doubleclickbidmanager1-cli/src/main.rs
index 96bb1ba26e..753368cd84 100644
--- a/gen/doubleclickbidmanager1-cli/src/main.rs
+++ b/gen/doubleclickbidmanager1-cli/src/main.rs
@@ -767,7 +767,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "doubleclickbidmanager1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1003,7 +1003,7 @@ fn main() {
let mut app = App::new("doubleclickbidmanager1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160225")
+ .version("0.3.6+20160225")
.about("API for viewing and managing your reports in DoubleClick Bid Manager.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_doubleclickbidmanager1_cli")
.arg(Arg::with_name("folder")
diff --git a/gen/doubleclicksearch2-cli/Cargo.toml b/gen/doubleclicksearch2-cli/Cargo.toml
index cb8cd2c4c0..795dfac4a0 100644
--- a/gen/doubleclicksearch2-cli/Cargo.toml
+++ b/gen/doubleclicksearch2-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-doubleclicksearch2-cli"
-version = "0.3.5+20160401"
+version = "0.3.6+20160401"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with doubleclicksearch (protocol v2)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/doubleclicksearch2-cli"
diff --git a/gen/doubleclicksearch2-cli/README.md b/gen/doubleclicksearch2-cli/README.md
index ab216d1161..6f7316e881 100644
--- a/gen/doubleclicksearch2-cli/README.md
+++ b/gen/doubleclicksearch2-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *doubleclicksearch* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/doubleclicksearch2.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/doubleclicksearch2.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/doubleclicksearch2.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/doubleclicksearch2.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/doubleclicksearch2-cli).
# Usage
-This documentation was generated from the *doubleclicksearch* API at revision *20160401*. The CLI is at version *0.3.5*.
+This documentation was generated from the *doubleclicksearch* API at revision *20160401*. The CLI is at version *0.3.6*.
```bash
doubleclicksearch2 [options]
diff --git a/gen/doubleclicksearch2-cli/mkdocs.yml b/gen/doubleclicksearch2-cli/mkdocs.yml
index 320a79754b..96329c1af0 100644
--- a/gen/doubleclicksearch2-cli/mkdocs.yml
+++ b/gen/doubleclicksearch2-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: doubleclicksearch v0.3.5+20160401
+site_name: doubleclicksearch v0.3.6+20160401
site_url: http://byron.github.io/google-apis-rs/google-doubleclicksearch2-cli
site_description: Write integrating applications with bcore
diff --git a/gen/doubleclicksearch2-cli/src/main.rs b/gen/doubleclicksearch2-cli/src/main.rs
index afb1a831cc..9ffc421543 100644
--- a/gen/doubleclicksearch2-cli/src/main.rs
+++ b/gen/doubleclicksearch2-cli/src/main.rs
@@ -928,7 +928,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "doubleclicksearch2",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1291,7 +1291,7 @@ fn main() {
let mut app = App::new("doubleclicksearch2")
.author("Sebastian Thiel ")
- .version("0.3.5+20160401")
+ .version("0.3.6+20160401")
.about("Reports and modifies your advertising data in DoubleClick Search (for example, campaigns, ad groups, keywords, and conversions).")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_doubleclicksearch2_cli")
.arg(Arg::with_name("url")
diff --git a/gen/drive2-cli/Cargo.toml b/gen/drive2-cli/Cargo.toml
index ce7e07e539..c364beb81a 100644
--- a/gen/drive2-cli/Cargo.toml
+++ b/gen/drive2-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-drive2-cli"
-version = "0.3.5+20160331"
+version = "0.3.6+20160331"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with drive (protocol v2)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/drive2-cli"
diff --git a/gen/drive2-cli/README.md b/gen/drive2-cli/README.md
index c013923822..bd9ef2f9b4 100644
--- a/gen/drive2-cli/README.md
+++ b/gen/drive2-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *drive* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/drive2.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/drive2.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/drive2.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/drive2.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/drive2-cli).
# Usage
-This documentation was generated from the *drive* API at revision *20160331*. The CLI is at version *0.3.5*.
+This documentation was generated from the *drive* API at revision *20160331*. The CLI is at version *0.3.6*.
```bash
drive2 [options]
diff --git a/gen/drive2-cli/mkdocs.yml b/gen/drive2-cli/mkdocs.yml
index 0adb018669..6f36efd2cd 100644
--- a/gen/drive2-cli/mkdocs.yml
+++ b/gen/drive2-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: drive v0.3.5+20160331
+site_name: drive v0.3.6+20160331
site_url: http://byron.github.io/google-apis-rs/google-drive2-cli
site_description: Write integrating applications with bcore
diff --git a/gen/drive2-cli/src/main.rs b/gen/drive2-cli/src/main.rs
index e6e55db410..89a6df31da 100644
--- a/gen/drive2-cli/src/main.rs
+++ b/gen/drive2-cli/src/main.rs
@@ -5233,7 +5233,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "drive2",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -6881,7 +6881,7 @@ fn main() {
let mut app = App::new("drive2")
.author("Sebastian Thiel ")
- .version("0.3.5+20160331")
+ .version("0.3.6+20160331")
.about("The API to interact with Drive.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_drive2_cli")
.arg(Arg::with_name("url")
diff --git a/gen/drive3-cli/Cargo.toml b/gen/drive3-cli/Cargo.toml
index e9406f30e2..60a4aa2f74 100644
--- a/gen/drive3-cli/Cargo.toml
+++ b/gen/drive3-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-drive3-cli"
-version = "0.3.5+20160331"
+version = "0.3.6+20160331"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with drive (protocol v3)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/drive3-cli"
diff --git a/gen/drive3-cli/README.md b/gen/drive3-cli/README.md
index ef72524072..f986d68523 100644
--- a/gen/drive3-cli/README.md
+++ b/gen/drive3-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *drive* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/drive3.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/drive3.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/drive3.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/drive3.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/drive3-cli).
# Usage
-This documentation was generated from the *drive* API at revision *20160331*. The CLI is at version *0.3.5*.
+This documentation was generated from the *drive* API at revision *20160331*. The CLI is at version *0.3.6*.
```bash
drive3 [options]
diff --git a/gen/drive3-cli/mkdocs.yml b/gen/drive3-cli/mkdocs.yml
index 829db3d339..9e41f0119e 100644
--- a/gen/drive3-cli/mkdocs.yml
+++ b/gen/drive3-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: drive v0.3.5+20160331
+site_name: drive v0.3.6+20160331
site_url: http://byron.github.io/google-apis-rs/google-drive3-cli
site_description: Write integrating applications with bcore
diff --git a/gen/drive3-cli/src/main.rs b/gen/drive3-cli/src/main.rs
index 6459fbb1c2..eed5d023d3 100644
--- a/gen/drive3-cli/src/main.rs
+++ b/gen/drive3-cli/src/main.rs
@@ -3878,7 +3878,7 @@ fn main() {
let mut app = App::new("drive3")
.author("Sebastian Thiel ")
- .version("0.3.5+20160331")
+ .version("0.3.6+20160331")
.about("The API to interact with Drive.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_drive3_cli")
.arg(Arg::with_name("url")
diff --git a/gen/fitness1-cli/Cargo.toml b/gen/fitness1-cli/Cargo.toml
index 34c2ba5172..9021f16d5a 100644
--- a/gen/fitness1-cli/Cargo.toml
+++ b/gen/fitness1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-fitness1-cli"
-version = "0.3.5+20151021"
+version = "0.3.6+20151021"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with fitness (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/fitness1-cli"
diff --git a/gen/fitness1-cli/README.md b/gen/fitness1-cli/README.md
index d3df8d111d..02d19746b4 100644
--- a/gen/fitness1-cli/README.md
+++ b/gen/fitness1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *fitness* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/fitness1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/fitness1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/fitness1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/fitness1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/fitness1-cli).
# Usage
-This documentation was generated from the *fitness* API at revision *20151021*. The CLI is at version *0.3.5*.
+This documentation was generated from the *fitness* API at revision *20151021*. The CLI is at version *0.3.6*.
```bash
fitness1 [options]
diff --git a/gen/fitness1-cli/mkdocs.yml b/gen/fitness1-cli/mkdocs.yml
index bfc1c400b4..21c4a06e7b 100644
--- a/gen/fitness1-cli/mkdocs.yml
+++ b/gen/fitness1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: fitness v0.3.5+20151021
+site_name: fitness v0.3.6+20151021
site_url: http://byron.github.io/google-apis-rs/google-fitness1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/fitness1-cli/src/main.rs b/gen/fitness1-cli/src/main.rs
index 6c9c58feb9..fe430c797a 100644
--- a/gen/fitness1-cli/src/main.rs
+++ b/gen/fitness1-cli/src/main.rs
@@ -1100,7 +1100,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "fitness1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1533,7 +1533,7 @@ fn main() {
let mut app = App::new("fitness1")
.author("Sebastian Thiel ")
- .version("0.3.5+20151021")
+ .version("0.3.6+20151021")
.about("Google Fit API")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_fitness1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/freebase1-cli/Cargo.toml b/gen/freebase1-cli/Cargo.toml
index 5f1f88b5fd..f7ea7b38e2 100644
--- a/gen/freebase1-cli/Cargo.toml
+++ b/gen/freebase1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-freebase1-cli"
-version = "0.3.5+20150728"
+version = "0.3.6+20150728"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with freebase (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/freebase1-cli"
diff --git a/gen/freebase1-cli/README.md b/gen/freebase1-cli/README.md
index 416985a0d5..4c79a05974 100644
--- a/gen/freebase1-cli/README.md
+++ b/gen/freebase1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *freebase* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/freebase1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/freebase1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/freebase1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/freebase1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/freebase1-cli).
# Usage
-This documentation was generated from the *freebase* API at revision *20150728*. The CLI is at version *0.3.5*.
+This documentation was generated from the *freebase* API at revision *20150728*. The CLI is at version *0.3.6*.
```bash
freebase1 [options]
diff --git a/gen/freebase1-cli/mkdocs.yml b/gen/freebase1-cli/mkdocs.yml
index e55ae30bf7..00414730c5 100644
--- a/gen/freebase1-cli/mkdocs.yml
+++ b/gen/freebase1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: freebase v0.3.5+20150728
+site_name: freebase v0.3.6+20150728
site_url: http://byron.github.io/google-apis-rs/google-freebase1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/freebase1-cli/src/main.rs b/gen/freebase1-cli/src/main.rs
index a1d03f04ac..f0e5a86e05 100644
--- a/gen/freebase1-cli/src/main.rs
+++ b/gen/freebase1-cli/src/main.rs
@@ -298,7 +298,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "freebase1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -377,7 +377,7 @@ fn main() {
let mut app = App::new("freebase1")
.author("Sebastian Thiel ")
- .version("0.3.5+20150728")
+ .version("0.3.6+20150728")
.about("Find Freebase entities using textual queries and other constraints.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_freebase1_cli")
.arg(Arg::with_name("folder")
diff --git a/gen/fusiontables2-cli/Cargo.toml b/gen/fusiontables2-cli/Cargo.toml
index 11e21c1500..106f3af6e2 100644
--- a/gen/fusiontables2-cli/Cargo.toml
+++ b/gen/fusiontables2-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-fusiontables2-cli"
-version = "0.3.5+20160317"
+version = "0.3.6+20160317"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with fusiontables (protocol v2)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/fusiontables2-cli"
diff --git a/gen/fusiontables2-cli/README.md b/gen/fusiontables2-cli/README.md
index 5cd4b1a2fc..3433a83bc7 100644
--- a/gen/fusiontables2-cli/README.md
+++ b/gen/fusiontables2-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *fusiontables* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/fusiontables2.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/fusiontables2.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/fusiontables2.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/fusiontables2.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/fusiontables2-cli).
# Usage
-This documentation was generated from the *fusiontables* API at revision *20160317*. The CLI is at version *0.3.5*.
+This documentation was generated from the *fusiontables* API at revision *20160317*. The CLI is at version *0.3.6*.
```bash
fusiontables2 [options]
diff --git a/gen/fusiontables2-cli/mkdocs.yml b/gen/fusiontables2-cli/mkdocs.yml
index e285c4c857..49a1b51a29 100644
--- a/gen/fusiontables2-cli/mkdocs.yml
+++ b/gen/fusiontables2-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: fusiontables v0.3.5+20160317
+site_name: fusiontables v0.3.6+20160317
site_url: http://byron.github.io/google-apis-rs/google-fusiontables2-cli
site_description: Write integrating applications with bcore
diff --git a/gen/fusiontables2-cli/src/main.rs b/gen/fusiontables2-cli/src/main.rs
index e8a3dce83d..644ec9dbca 100644
--- a/gen/fusiontables2-cli/src/main.rs
+++ b/gen/fusiontables2-cli/src/main.rs
@@ -2644,7 +2644,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "fusiontables2",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -3585,7 +3585,7 @@ fn main() {
let mut app = App::new("fusiontables2")
.author("Sebastian Thiel ")
- .version("0.3.5+20160317")
+ .version("0.3.6+20160317")
.about("API for working with Fusion Tables data.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_fusiontables2_cli")
.arg(Arg::with_name("url")
diff --git a/gen/games1-cli/Cargo.toml b/gen/games1-cli/Cargo.toml
index 27205ed30c..1d9213bf8f 100644
--- a/gen/games1-cli/Cargo.toml
+++ b/gen/games1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-games1-cli"
-version = "0.3.5+20160401"
+version = "0.3.6+20160401"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with Games (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/games1-cli"
diff --git a/gen/games1-cli/README.md b/gen/games1-cli/README.md
index bcaa3fd605..297eed9748 100644
--- a/gen/games1-cli/README.md
+++ b/gen/games1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *Games* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/games1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/games1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/games1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/games1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/games1-cli).
# Usage
-This documentation was generated from the *Games* API at revision *20160401*. The CLI is at version *0.3.5*.
+This documentation was generated from the *Games* API at revision *20160401*. The CLI is at version *0.3.6*.
```bash
games1 [options]
diff --git a/gen/games1-cli/mkdocs.yml b/gen/games1-cli/mkdocs.yml
index e01e476b45..37cfa1054c 100644
--- a/gen/games1-cli/mkdocs.yml
+++ b/gen/games1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: Games v0.3.5+20160401
+site_name: Games v0.3.6+20160401
site_url: http://byron.github.io/google-apis-rs/google-games1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/games1-cli/src/main.rs b/gen/games1-cli/src/main.rs
index 120781c0d4..37a43d4c05 100644
--- a/gen/games1-cli/src/main.rs
+++ b/gen/games1-cli/src/main.rs
@@ -3813,7 +3813,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "games1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -5086,7 +5086,7 @@ fn main() {
let mut app = App::new("games1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160401")
+ .version("0.3.6+20160401")
.about("The API for Google Play Game Services.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_games1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/gamesconfiguration1_configuration-cli/Cargo.toml b/gen/gamesconfiguration1_configuration-cli/Cargo.toml
index 5e46dbab36..149d862fb1 100644
--- a/gen/gamesconfiguration1_configuration-cli/Cargo.toml
+++ b/gen/gamesconfiguration1_configuration-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-gamesconfiguration1_configuration-cli"
-version = "0.3.5+20160401"
+version = "0.3.6+20160401"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with Games Configuration (protocol v1configuration)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/gamesconfiguration1_configuration-cli"
diff --git a/gen/gamesconfiguration1_configuration-cli/README.md b/gen/gamesconfiguration1_configuration-cli/README.md
index e43d15d5b1..1f440cc18c 100644
--- a/gen/gamesconfiguration1_configuration-cli/README.md
+++ b/gen/gamesconfiguration1_configuration-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *Games Configuration* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/gamesconfiguration1-configuration.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/gamesconfiguration1-configuration.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/gamesconfiguration1-configuration.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/gamesconfiguration1-configuration.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/gamesconfiguration1_configuration-cli).
# Usage
-This documentation was generated from the *Games Configuration* API at revision *20160401*. The CLI is at version *0.3.5*.
+This documentation was generated from the *Games Configuration* API at revision *20160401*. The CLI is at version *0.3.6*.
```bash
gamesconfiguration1-configuration [options]
diff --git a/gen/gamesconfiguration1_configuration-cli/mkdocs.yml b/gen/gamesconfiguration1_configuration-cli/mkdocs.yml
index 27b3eb32c9..cb79f44e32 100644
--- a/gen/gamesconfiguration1_configuration-cli/mkdocs.yml
+++ b/gen/gamesconfiguration1_configuration-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: Games Configuration v0.3.5+20160401
+site_name: Games Configuration v0.3.6+20160401
site_url: http://byron.github.io/google-apis-rs/google-gamesconfiguration1_configuration-cli
site_description: Write integrating applications with bcore
diff --git a/gen/gamesconfiguration1_configuration-cli/src/main.rs b/gen/gamesconfiguration1_configuration-cli/src/main.rs
index 95dc9de51b..4bda9c9905 100644
--- a/gen/gamesconfiguration1_configuration-cli/src/main.rs
+++ b/gen/gamesconfiguration1_configuration-cli/src/main.rs
@@ -1175,7 +1175,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "gamesconfiguration1-configuration",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1551,7 +1551,7 @@ fn main() {
let mut app = App::new("gamesconfiguration1-configuration")
.author("Sebastian Thiel ")
- .version("0.3.5+20160401")
+ .version("0.3.6+20160401")
.about("The Publishing API for Google Play Game Services.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_gamesconfiguration1_configuration_cli")
.arg(Arg::with_name("url")
diff --git a/gen/gamesmanagement1_management-cli/Cargo.toml b/gen/gamesmanagement1_management-cli/Cargo.toml
index 1adc0d0175..c5a43f65e1 100644
--- a/gen/gamesmanagement1_management-cli/Cargo.toml
+++ b/gen/gamesmanagement1_management-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-gamesmanagement1_management-cli"
-version = "0.3.5+20160401"
+version = "0.3.6+20160401"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with Games Management (protocol v1management)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/gamesmanagement1_management-cli"
diff --git a/gen/gamesmanagement1_management-cli/README.md b/gen/gamesmanagement1_management-cli/README.md
index 3a966a63c5..94b6a68e28 100644
--- a/gen/gamesmanagement1_management-cli/README.md
+++ b/gen/gamesmanagement1_management-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *Games Management* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/gamesmanagement1-management.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/gamesmanagement1-management.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/gamesmanagement1-management.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/gamesmanagement1-management.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/gamesmanagement1_management-cli).
# Usage
-This documentation was generated from the *Games Management* API at revision *20160401*. The CLI is at version *0.3.5*.
+This documentation was generated from the *Games Management* API at revision *20160401*. The CLI is at version *0.3.6*.
```bash
gamesmanagement1-management [options]
diff --git a/gen/gamesmanagement1_management-cli/mkdocs.yml b/gen/gamesmanagement1_management-cli/mkdocs.yml
index 18c87cd987..102234d9c1 100644
--- a/gen/gamesmanagement1_management-cli/mkdocs.yml
+++ b/gen/gamesmanagement1_management-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: Games Management v0.3.5+20160401
+site_name: Games Management v0.3.6+20160401
site_url: http://byron.github.io/google-apis-rs/google-gamesmanagement1_management-cli
site_description: Write integrating applications with bcore
diff --git a/gen/gamesmanagement1_management-cli/src/main.rs b/gen/gamesmanagement1_management-cli/src/main.rs
index ecdf4e7c8b..9a1802c459 100644
--- a/gen/gamesmanagement1_management-cli/src/main.rs
+++ b/gen/gamesmanagement1_management-cli/src/main.rs
@@ -1608,7 +1608,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "gamesmanagement1-management",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -2078,7 +2078,7 @@ fn main() {
let mut app = App::new("gamesmanagement1-management")
.author("Sebastian Thiel ")
- .version("0.3.5+20160401")
+ .version("0.3.6+20160401")
.about("The Management API for Google Play Game Services.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_gamesmanagement1_management_cli")
.arg(Arg::with_name("url")
diff --git a/gen/gan1_beta1-cli/Cargo.toml b/gen/gan1_beta1-cli/Cargo.toml
index 059a87fe3a..d068c081e5 100644
--- a/gen/gan1_beta1-cli/Cargo.toml
+++ b/gen/gan1_beta1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-gan1_beta1-cli"
-version = "0.3.5+20130205"
+version = "0.3.6+20130205"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with gan (protocol v1beta1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/gan1_beta1-cli"
diff --git a/gen/gan1_beta1-cli/README.md b/gen/gan1_beta1-cli/README.md
index a8b78e0d80..2a56495aea 100644
--- a/gen/gan1_beta1-cli/README.md
+++ b/gen/gan1_beta1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *gan* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/gan1-beta1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/gan1-beta1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/gan1-beta1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/gan1-beta1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/gan1_beta1-cli).
# Usage
-This documentation was generated from the *gan* API at revision *20130205*. The CLI is at version *0.3.5*.
+This documentation was generated from the *gan* API at revision *20130205*. The CLI is at version *0.3.6*.
```bash
gan1-beta1 [options]
diff --git a/gen/gan1_beta1-cli/mkdocs.yml b/gen/gan1_beta1-cli/mkdocs.yml
index 9b82996949..06b4ff3d72 100644
--- a/gen/gan1_beta1-cli/mkdocs.yml
+++ b/gen/gan1_beta1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: gan v0.3.5+20130205
+site_name: gan v0.3.6+20130205
site_url: http://byron.github.io/google-apis-rs/google-gan1_beta1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/gan1_beta1-cli/src/main.rs b/gen/gan1_beta1-cli/src/main.rs
index 6703bd8599..5607c350e7 100644
--- a/gen/gan1_beta1-cli/src/main.rs
+++ b/gen/gan1_beta1-cli/src/main.rs
@@ -908,7 +908,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "gan1-beta1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1262,7 +1262,7 @@ fn main() {
let mut app = App::new("gan1-beta1")
.author("Sebastian Thiel ")
- .version("0.3.5+20130205")
+ .version("0.3.6+20130205")
.about("Lets you have programmatic access to your Google Affiliate Network data.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_gan1_beta1_cli")
.arg(Arg::with_name("folder")
diff --git a/gen/genomics1-cli/Cargo.toml b/gen/genomics1-cli/Cargo.toml
index fd947bc78d..23f9f827b4 100644
--- a/gen/genomics1-cli/Cargo.toml
+++ b/gen/genomics1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-genomics1-cli"
-version = "0.3.5+20160407"
+version = "0.3.6+20160407"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with genomics (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/genomics1-cli"
diff --git a/gen/genomics1-cli/README.md b/gen/genomics1-cli/README.md
index d558db1ea9..ed969f1119 100644
--- a/gen/genomics1-cli/README.md
+++ b/gen/genomics1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *genomics* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/genomics1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/genomics1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/genomics1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/genomics1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/genomics1-cli).
# Usage
-This documentation was generated from the *genomics* API at revision *20160407*. The CLI is at version *0.3.5*.
+This documentation was generated from the *genomics* API at revision *20160407*. The CLI is at version *0.3.6*.
```bash
genomics1 [options]
diff --git a/gen/genomics1-cli/mkdocs.yml b/gen/genomics1-cli/mkdocs.yml
index 97fab194c7..952783fb1e 100644
--- a/gen/genomics1-cli/mkdocs.yml
+++ b/gen/genomics1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: genomics v0.3.5+20160407
+site_name: genomics v0.3.6+20160407
site_url: http://byron.github.io/google-apis-rs/google-genomics1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/genomics1-cli/src/main.rs b/gen/genomics1-cli/src/main.rs
index 7ae0d17a8b..bff684337b 100644
--- a/gen/genomics1-cli/src/main.rs
+++ b/gen/genomics1-cli/src/main.rs
@@ -4644,7 +4644,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "genomics1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -6035,7 +6035,7 @@ fn main() {
let mut app = App::new("genomics1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160407")
+ .version("0.3.6+20160407")
.about("Stores, processes, explores and shares genomic data. This API implements the Global Alliance for Genomics and Health (GA4GH) v0.5.1 API as well as several extensions.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_genomics1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/gmail1-cli/Cargo.toml b/gen/gmail1-cli/Cargo.toml
index c6a5192536..5c9029788d 100644
--- a/gen/gmail1-cli/Cargo.toml
+++ b/gen/gmail1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-gmail1-cli"
-version = "0.3.5+20160316"
+version = "0.3.6+20160316"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with gmail (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/gmail1-cli"
diff --git a/gen/gmail1-cli/README.md b/gen/gmail1-cli/README.md
index 158531db43..2ff3acd7e7 100644
--- a/gen/gmail1-cli/README.md
+++ b/gen/gmail1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *gmail* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/gmail1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/gmail1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/gmail1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/gmail1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/gmail1-cli).
# Usage
-This documentation was generated from the *gmail* API at revision *20160316*. The CLI is at version *0.3.5*.
+This documentation was generated from the *gmail* API at revision *20160316*. The CLI is at version *0.3.6*.
```bash
gmail1 [options]
diff --git a/gen/gmail1-cli/mkdocs.yml b/gen/gmail1-cli/mkdocs.yml
index 49e35bfcf5..91af9a5a4b 100644
--- a/gen/gmail1-cli/mkdocs.yml
+++ b/gen/gmail1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: gmail v0.3.5+20160316
+site_name: gmail v0.3.6+20160316
site_url: http://byron.github.io/google-apis-rs/google-gmail1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/gmail1-cli/src/main.rs b/gen/gmail1-cli/src/main.rs
index 77ec1a7c08..cf2a91c7ef 100644
--- a/gen/gmail1-cli/src/main.rs
+++ b/gen/gmail1-cli/src/main.rs
@@ -2522,7 +2522,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "gmail1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -3488,7 +3488,7 @@ fn main() {
let mut app = App::new("gmail1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160316")
+ .version("0.3.6+20160316")
.about("Access Gmail mailboxes including sending user email.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_gmail1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/groupsmigration1-cli/Cargo.toml b/gen/groupsmigration1-cli/Cargo.toml
index 27d67c046e..ab8d389c90 100644
--- a/gen/groupsmigration1-cli/Cargo.toml
+++ b/gen/groupsmigration1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-groupsmigration1-cli"
-version = "0.3.5+20140416"
+version = "0.3.6+20140416"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with Groups Migration (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/groupsmigration1-cli"
diff --git a/gen/groupsmigration1-cli/README.md b/gen/groupsmigration1-cli/README.md
index 69217e74d0..f8fb893293 100644
--- a/gen/groupsmigration1-cli/README.md
+++ b/gen/groupsmigration1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *Groups Migration* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/groupsmigration1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/groupsmigration1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/groupsmigration1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/groupsmigration1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/groupsmigration1-cli).
# Usage
-This documentation was generated from the *Groups Migration* API at revision *20140416*. The CLI is at version *0.3.5*.
+This documentation was generated from the *Groups Migration* API at revision *20140416*. The CLI is at version *0.3.6*.
```bash
groupsmigration1 [options]
diff --git a/gen/groupsmigration1-cli/mkdocs.yml b/gen/groupsmigration1-cli/mkdocs.yml
index e8b7927ee9..54b29163e3 100644
--- a/gen/groupsmigration1-cli/mkdocs.yml
+++ b/gen/groupsmigration1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: Groups Migration v0.3.5+20140416
+site_name: Groups Migration v0.3.6+20140416
site_url: http://byron.github.io/google-apis-rs/google-groupsmigration1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/groupsmigration1-cli/src/main.rs b/gen/groupsmigration1-cli/src/main.rs
index dbd39766a5..5774c548e7 100644
--- a/gen/groupsmigration1-cli/src/main.rs
+++ b/gen/groupsmigration1-cli/src/main.rs
@@ -159,7 +159,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "groupsmigration1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -235,7 +235,7 @@ fn main() {
let mut app = App::new("groupsmigration1")
.author("Sebastian Thiel ")
- .version("0.3.5+20140416")
+ .version("0.3.6+20140416")
.about("Groups Migration Api.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_groupsmigration1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/groupssettings1-cli/Cargo.toml b/gen/groupssettings1-cli/Cargo.toml
index e4f8b83c6b..c040cd5a44 100644
--- a/gen/groupssettings1-cli/Cargo.toml
+++ b/gen/groupssettings1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-groupssettings1-cli"
-version = "0.3.5+20160323"
+version = "0.3.6+20160323"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with groupssettings (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/groupssettings1-cli"
diff --git a/gen/groupssettings1-cli/README.md b/gen/groupssettings1-cli/README.md
index 8857507134..5d7d777c61 100644
--- a/gen/groupssettings1-cli/README.md
+++ b/gen/groupssettings1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *groupssettings* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/groupssettings1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/groupssettings1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/groupssettings1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/groupssettings1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/groupssettings1-cli).
# Usage
-This documentation was generated from the *groupssettings* API at revision *20160323*. The CLI is at version *0.3.5*.
+This documentation was generated from the *groupssettings* API at revision *20160323*. The CLI is at version *0.3.6*.
```bash
groupssettings1 [options]
diff --git a/gen/groupssettings1-cli/mkdocs.yml b/gen/groupssettings1-cli/mkdocs.yml
index 4388e1802a..ab0b25dd33 100644
--- a/gen/groupssettings1-cli/mkdocs.yml
+++ b/gen/groupssettings1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: groupssettings v0.3.5+20160323
+site_name: groupssettings v0.3.6+20160323
site_url: http://byron.github.io/google-apis-rs/google-groupssettings1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/groupssettings1-cli/src/main.rs b/gen/groupssettings1-cli/src/main.rs
index c7aa28e020..d364dab78b 100644
--- a/gen/groupssettings1-cli/src/main.rs
+++ b/gen/groupssettings1-cli/src/main.rs
@@ -387,7 +387,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "groupssettings1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -512,7 +512,7 @@ fn main() {
let mut app = App::new("groupssettings1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160323")
+ .version("0.3.6+20160323")
.about("Lets you manage permission levels and related settings of a group.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_groupssettings1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/iam1-cli/Cargo.toml b/gen/iam1-cli/Cargo.toml
index 6cb6bb39f5..cb2d9381cc 100644
--- a/gen/iam1-cli/Cargo.toml
+++ b/gen/iam1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-iam1-cli"
-version = "0.3.5+20160129"
+version = "0.3.6+20160129"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with iam (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/iam1-cli"
diff --git a/gen/iam1-cli/README.md b/gen/iam1-cli/README.md
index d3265e5477..d2ac6ce4a7 100644
--- a/gen/iam1-cli/README.md
+++ b/gen/iam1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *iam* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/iam1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/iam1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/iam1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/iam1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/iam1-cli).
# Usage
-This documentation was generated from the *iam* API at revision *20160129*. The CLI is at version *0.3.5*.
+This documentation was generated from the *iam* API at revision *20160129*. The CLI is at version *0.3.6*.
```bash
iam1 [options]
diff --git a/gen/iam1-cli/mkdocs.yml b/gen/iam1-cli/mkdocs.yml
index d4c694bb0d..48c14d7fad 100644
--- a/gen/iam1-cli/mkdocs.yml
+++ b/gen/iam1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: iam v0.3.5+20160129
+site_name: iam v0.3.6+20160129
site_url: http://byron.github.io/google-apis-rs/google-iam1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/iam1-cli/src/main.rs b/gen/iam1-cli/src/main.rs
index d780778546..5e3c5a22b8 100644
--- a/gen/iam1-cli/src/main.rs
+++ b/gen/iam1-cli/src/main.rs
@@ -1038,7 +1038,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "iam1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1411,7 +1411,7 @@ fn main() {
let mut app = App::new("iam1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160129")
+ .version("0.3.6+20160129")
.about("Manages identity and access control for Google Cloud Platform resources, including the creation of service accounts, which you can use to authenticate to Google and make API calls.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_iam1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/identitytoolkit3-cli/Cargo.toml b/gen/identitytoolkit3-cli/Cargo.toml
index a20ef8ad51..7cc75d42ea 100644
--- a/gen/identitytoolkit3-cli/Cargo.toml
+++ b/gen/identitytoolkit3-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-identitytoolkit3-cli"
-version = "0.3.5+20160324"
+version = "0.3.6+20160324"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with Identity Toolkit (protocol v3)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/identitytoolkit3-cli"
diff --git a/gen/identitytoolkit3-cli/README.md b/gen/identitytoolkit3-cli/README.md
index 1c62cdebdf..a754639b39 100644
--- a/gen/identitytoolkit3-cli/README.md
+++ b/gen/identitytoolkit3-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *Identity Toolkit* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/identitytoolkit3.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/identitytoolkit3.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/identitytoolkit3.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/identitytoolkit3.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/identitytoolkit3-cli).
# Usage
-This documentation was generated from the *Identity Toolkit* API at revision *20160324*. The CLI is at version *0.3.5*.
+This documentation was generated from the *Identity Toolkit* API at revision *20160324*. The CLI is at version *0.3.6*.
```bash
identitytoolkit3 [options]
diff --git a/gen/identitytoolkit3-cli/mkdocs.yml b/gen/identitytoolkit3-cli/mkdocs.yml
index 026d142886..015f6ecdea 100644
--- a/gen/identitytoolkit3-cli/mkdocs.yml
+++ b/gen/identitytoolkit3-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: Identity Toolkit v0.3.5+20160324
+site_name: Identity Toolkit v0.3.6+20160324
site_url: http://byron.github.io/google-apis-rs/google-identitytoolkit3-cli
site_description: Write integrating applications with bcore
diff --git a/gen/identitytoolkit3-cli/src/main.rs b/gen/identitytoolkit3-cli/src/main.rs
index 7b153973c9..f6b9e6eba8 100644
--- a/gen/identitytoolkit3-cli/src/main.rs
+++ b/gen/identitytoolkit3-cli/src/main.rs
@@ -1556,7 +1556,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "identitytoolkit3",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1959,7 +1959,7 @@ fn main() {
let mut app = App::new("identitytoolkit3")
.author("Sebastian Thiel ")
- .version("0.3.5+20160324")
+ .version("0.3.6+20160324")
.about("Help the third party sites to implement federated login.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_identitytoolkit3_cli")
.arg(Arg::with_name("folder")
diff --git a/gen/kgsearch1-cli/Cargo.toml b/gen/kgsearch1-cli/Cargo.toml
index c6af4e56f7..24f7ee42ba 100644
--- a/gen/kgsearch1-cli/Cargo.toml
+++ b/gen/kgsearch1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-kgsearch1-cli"
-version = "0.3.5+20151215"
+version = "0.3.6+20151215"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with kgsearch (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/kgsearch1-cli"
diff --git a/gen/kgsearch1-cli/README.md b/gen/kgsearch1-cli/README.md
index 2b6fd3fc39..52c0af8374 100644
--- a/gen/kgsearch1-cli/README.md
+++ b/gen/kgsearch1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *kgsearch* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/kgsearch1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/kgsearch1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/kgsearch1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/kgsearch1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/kgsearch1-cli).
# Usage
-This documentation was generated from the *kgsearch* API at revision *20151215*. The CLI is at version *0.3.5*.
+This documentation was generated from the *kgsearch* API at revision *20151215*. The CLI is at version *0.3.6*.
```bash
kgsearch1 [options]
diff --git a/gen/kgsearch1-cli/mkdocs.yml b/gen/kgsearch1-cli/mkdocs.yml
index d32b72e83a..586907b4bb 100644
--- a/gen/kgsearch1-cli/mkdocs.yml
+++ b/gen/kgsearch1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: kgsearch v0.3.5+20151215
+site_name: kgsearch v0.3.6+20151215
site_url: http://byron.github.io/google-apis-rs/google-kgsearch1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/kgsearch1-cli/src/main.rs b/gen/kgsearch1-cli/src/main.rs
index c0194d3d61..27de7ce43e 100644
--- a/gen/kgsearch1-cli/src/main.rs
+++ b/gen/kgsearch1-cli/src/main.rs
@@ -174,7 +174,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "kgsearch1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -241,7 +241,7 @@ fn main() {
let mut app = App::new("kgsearch1")
.author("Sebastian Thiel ")
- .version("0.3.5+20151215")
+ .version("0.3.6+20151215")
.about("Knowledge Graph Search API allows developers to search the Google Knowledge Graph for entities.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_kgsearch1_cli")
.arg(Arg::with_name("folder")
diff --git a/gen/licensing1-cli/Cargo.toml b/gen/licensing1-cli/Cargo.toml
index 586bd47c8a..bd52b28a8b 100644
--- a/gen/licensing1-cli/Cargo.toml
+++ b/gen/licensing1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-licensing1-cli"
-version = "0.3.5+20150901"
+version = "0.3.6+20150901"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with licensing (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/licensing1-cli"
diff --git a/gen/licensing1-cli/README.md b/gen/licensing1-cli/README.md
index 787d1ca17a..cda48564dd 100644
--- a/gen/licensing1-cli/README.md
+++ b/gen/licensing1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *licensing* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/licensing1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/licensing1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/licensing1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/licensing1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/licensing1-cli).
# Usage
-This documentation was generated from the *licensing* API at revision *20150901*. The CLI is at version *0.3.5*.
+This documentation was generated from the *licensing* API at revision *20150901*. The CLI is at version *0.3.6*.
```bash
licensing1 [options]
diff --git a/gen/licensing1-cli/mkdocs.yml b/gen/licensing1-cli/mkdocs.yml
index 0d89c28058..5413b14193 100644
--- a/gen/licensing1-cli/mkdocs.yml
+++ b/gen/licensing1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: licensing v0.3.5+20150901
+site_name: licensing v0.3.6+20150901
site_url: http://byron.github.io/google-apis-rs/google-licensing1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/licensing1-cli/src/main.rs b/gen/licensing1-cli/src/main.rs
index c8817212c6..6ee299f1f0 100644
--- a/gen/licensing1-cli/src/main.rs
+++ b/gen/licensing1-cli/src/main.rs
@@ -600,7 +600,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "licensing1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -885,7 +885,7 @@ fn main() {
let mut app = App::new("licensing1")
.author("Sebastian Thiel ")
- .version("0.3.5+20150901")
+ .version("0.3.6+20150901")
.about("Licensing API to view and manage license for your domain.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_licensing1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/logging2_beta1-cli/Cargo.toml b/gen/logging2_beta1-cli/Cargo.toml
index 5b0dd1f649..7890510d92 100644
--- a/gen/logging2_beta1-cli/Cargo.toml
+++ b/gen/logging2_beta1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-logging2_beta1-cli"
-version = "0.3.5+20160322"
+version = "0.3.6+20160322"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with logging (protocol v2beta1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/logging2_beta1-cli"
diff --git a/gen/logging2_beta1-cli/README.md b/gen/logging2_beta1-cli/README.md
index 4d5dd2ae33..224d3edbfd 100644
--- a/gen/logging2_beta1-cli/README.md
+++ b/gen/logging2_beta1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *logging* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/logging2-beta1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/logging2-beta1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/logging2-beta1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/logging2-beta1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/logging2_beta1-cli).
# Usage
-This documentation was generated from the *logging* API at revision *20160322*. The CLI is at version *0.3.5*.
+This documentation was generated from the *logging* API at revision *20160322*. The CLI is at version *0.3.6*.
```bash
logging2-beta1 [options]
diff --git a/gen/logging2_beta1-cli/mkdocs.yml b/gen/logging2_beta1-cli/mkdocs.yml
index e6c184bf31..de6b488600 100644
--- a/gen/logging2_beta1-cli/mkdocs.yml
+++ b/gen/logging2_beta1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: logging v0.3.5+20160322
+site_name: logging v0.3.6+20160322
site_url: http://byron.github.io/google-apis-rs/google-logging2_beta1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/logging2_beta1-cli/src/main.rs b/gen/logging2_beta1-cli/src/main.rs
index 59c820ece8..6bbcb2b5ea 100644
--- a/gen/logging2_beta1-cli/src/main.rs
+++ b/gen/logging2_beta1-cli/src/main.rs
@@ -1124,7 +1124,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "logging2-beta1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1507,7 +1507,7 @@ fn main() {
let mut app = App::new("logging2-beta1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160322")
+ .version("0.3.6+20160322")
.about("Writes log entries and manages your logs, log sinks, and logs-based metrics.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_logging2_beta1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/manager1_beta2-cli/Cargo.toml b/gen/manager1_beta2-cli/Cargo.toml
index d948ec919a..ce6a95bd8e 100644
--- a/gen/manager1_beta2-cli/Cargo.toml
+++ b/gen/manager1_beta2-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-manager1_beta2-cli"
-version = "0.3.5+20140915"
+version = "0.3.6+20140915"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with manager (protocol v1beta2)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/manager1_beta2-cli"
diff --git a/gen/manager1_beta2-cli/README.md b/gen/manager1_beta2-cli/README.md
index 2f7645685f..f0bc711431 100644
--- a/gen/manager1_beta2-cli/README.md
+++ b/gen/manager1_beta2-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *manager* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/manager1-beta2.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/manager1-beta2.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/manager1-beta2.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/manager1-beta2.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/manager1_beta2-cli).
# Usage
-This documentation was generated from the *manager* API at revision *20140915*. The CLI is at version *0.3.5*.
+This documentation was generated from the *manager* API at revision *20140915*. The CLI is at version *0.3.6*.
```bash
manager1-beta2 [options]
diff --git a/gen/manager1_beta2-cli/mkdocs.yml b/gen/manager1_beta2-cli/mkdocs.yml
index 22f73a145b..518a26350d 100644
--- a/gen/manager1_beta2-cli/mkdocs.yml
+++ b/gen/manager1_beta2-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: manager v0.3.5+20140915
+site_name: manager v0.3.6+20140915
site_url: http://byron.github.io/google-apis-rs/google-manager1_beta2-cli
site_description: Write integrating applications with bcore
diff --git a/gen/manager1_beta2-cli/src/main.rs b/gen/manager1_beta2-cli/src/main.rs
index e417a708fd..478508df2b 100644
--- a/gen/manager1_beta2-cli/src/main.rs
+++ b/gen/manager1_beta2-cli/src/main.rs
@@ -618,7 +618,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "manager1-beta2",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -892,7 +892,7 @@ fn main() {
let mut app = App::new("manager1-beta2")
.author("Sebastian Thiel ")
- .version("0.3.5+20140915")
+ .version("0.3.6+20140915")
.about("The Deployment Manager API allows users to declaratively configure, deploy and run complex solutions on the Google Cloud Platform.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_manager1_beta2_cli")
.arg(Arg::with_name("url")
diff --git a/gen/mirror1-cli/Cargo.toml b/gen/mirror1-cli/Cargo.toml
index 556494239f..176970fd38 100644
--- a/gen/mirror1-cli/Cargo.toml
+++ b/gen/mirror1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-mirror1-cli"
-version = "0.3.5+20151206"
+version = "0.3.6+20151206"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with mirror (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/mirror1-cli"
diff --git a/gen/mirror1-cli/README.md b/gen/mirror1-cli/README.md
index ffa9ca75df..51352583e9 100644
--- a/gen/mirror1-cli/README.md
+++ b/gen/mirror1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *mirror* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/mirror1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/mirror1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/mirror1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/mirror1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/mirror1-cli).
# Usage
-This documentation was generated from the *mirror* API at revision *20151206*. The CLI is at version *0.3.5*.
+This documentation was generated from the *mirror* API at revision *20151206*. The CLI is at version *0.3.6*.
```bash
mirror1 [options]
diff --git a/gen/mirror1-cli/mkdocs.yml b/gen/mirror1-cli/mkdocs.yml
index a24bfd53df..08deabf602 100644
--- a/gen/mirror1-cli/mkdocs.yml
+++ b/gen/mirror1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: mirror v0.3.5+20151206
+site_name: mirror v0.3.6+20151206
site_url: http://byron.github.io/google-apis-rs/google-mirror1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/mirror1-cli/src/main.rs b/gen/mirror1-cli/src/main.rs
index 8f9e57596c..82d4fd79e5 100644
--- a/gen/mirror1-cli/src/main.rs
+++ b/gen/mirror1-cli/src/main.rs
@@ -1940,7 +1940,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "mirror1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -2563,7 +2563,7 @@ fn main() {
let mut app = App::new("mirror1")
.author("Sebastian Thiel ")
- .version("0.3.5+20151206")
+ .version("0.3.6+20151206")
.about("API for interacting with Glass users via the timeline.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_mirror1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/monitoring3-cli/Cargo.toml b/gen/monitoring3-cli/Cargo.toml
index 9f38579009..4df601c147 100644
--- a/gen/monitoring3-cli/Cargo.toml
+++ b/gen/monitoring3-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-monitoring3-cli"
-version = "0.3.5+20160321"
+version = "0.3.6+20160321"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with monitoring (protocol v3)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/monitoring3-cli"
diff --git a/gen/monitoring3-cli/README.md b/gen/monitoring3-cli/README.md
index 82e973bf55..d85b6c97ea 100644
--- a/gen/monitoring3-cli/README.md
+++ b/gen/monitoring3-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *monitoring* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/monitoring3.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/monitoring3.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/monitoring3.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/monitoring3.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/monitoring3-cli).
# Usage
-This documentation was generated from the *monitoring* API at revision *20160321*. The CLI is at version *0.3.5*.
+This documentation was generated from the *monitoring* API at revision *20160321*. The CLI is at version *0.3.6*.
```bash
monitoring3 [options]
diff --git a/gen/monitoring3-cli/mkdocs.yml b/gen/monitoring3-cli/mkdocs.yml
index cb2cf1d6b3..89388ee54d 100644
--- a/gen/monitoring3-cli/mkdocs.yml
+++ b/gen/monitoring3-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: monitoring v0.3.5+20160321
+site_name: monitoring v0.3.6+20160321
site_url: http://byron.github.io/google-apis-rs/google-monitoring3-cli
site_description: Write integrating applications with bcore
diff --git a/gen/monitoring3-cli/src/main.rs b/gen/monitoring3-cli/src/main.rs
index 5b3f4fd702..b68424531c 100644
--- a/gen/monitoring3-cli/src/main.rs
+++ b/gen/monitoring3-cli/src/main.rs
@@ -1199,7 +1199,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "monitoring3",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1610,7 +1610,7 @@ fn main() {
let mut app = App::new("monitoring3")
.author("Sebastian Thiel ")
- .version("0.3.5+20160321")
+ .version("0.3.6+20160321")
.about("The Google Monitoring API lets you manage your monitoring data and configurations.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_monitoring3_cli")
.arg(Arg::with_name("url")
diff --git a/gen/oauth2_v2-cli/Cargo.toml b/gen/oauth2_v2-cli/Cargo.toml
index 223b27d529..3886855d84 100644
--- a/gen/oauth2_v2-cli/Cargo.toml
+++ b/gen/oauth2_v2-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-oauth2_v2-cli"
-version = "0.3.5+20160330"
+version = "0.3.6+20160330"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with oauth2 (protocol v2)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/oauth2_v2-cli"
diff --git a/gen/oauth2_v2-cli/README.md b/gen/oauth2_v2-cli/README.md
index 2d76dca0d5..f839445ed8 100644
--- a/gen/oauth2_v2-cli/README.md
+++ b/gen/oauth2_v2-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *oauth2* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/oauth2-v2.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/oauth2-v2.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/oauth2-v2.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/oauth2-v2.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/oauth2_v2-cli).
# Usage
-This documentation was generated from the *oauth2* API at revision *20160330*. The CLI is at version *0.3.5*.
+This documentation was generated from the *oauth2* API at revision *20160330*. The CLI is at version *0.3.6*.
```bash
oauth2-v2 [options]
diff --git a/gen/oauth2_v2-cli/mkdocs.yml b/gen/oauth2_v2-cli/mkdocs.yml
index d115e269e0..ac56ff6c06 100644
--- a/gen/oauth2_v2-cli/mkdocs.yml
+++ b/gen/oauth2_v2-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: oauth2 v0.3.5+20160330
+site_name: oauth2 v0.3.6+20160330
site_url: http://byron.github.io/google-apis-rs/google-oauth2_v2-cli
site_description: Write integrating applications with bcore
diff --git a/gen/oauth2_v2-cli/src/main.rs b/gen/oauth2_v2-cli/src/main.rs
index cd7eed0f85..0546936f71 100644
--- a/gen/oauth2_v2-cli/src/main.rs
+++ b/gen/oauth2_v2-cli/src/main.rs
@@ -332,7 +332,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "oauth2-v2",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -446,7 +446,7 @@ fn main() {
let mut app = App::new("oauth2-v2")
.author("Sebastian Thiel ")
- .version("0.3.5+20160330")
+ .version("0.3.6+20160330")
.about("Obtains end-user authorization grants for use with other Google APIs.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_oauth2_v2_cli")
.arg(Arg::with_name("url")
diff --git a/gen/pagespeedonline2-cli/Cargo.toml b/gen/pagespeedonline2-cli/Cargo.toml
index 408d919477..dc8b1d62df 100644
--- a/gen/pagespeedonline2-cli/Cargo.toml
+++ b/gen/pagespeedonline2-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-pagespeedonline2-cli"
-version = "0.3.5+20160306"
+version = "0.3.6+20160306"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with pagespeedonline (protocol v2)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/pagespeedonline2-cli"
diff --git a/gen/pagespeedonline2-cli/README.md b/gen/pagespeedonline2-cli/README.md
index daaa0b9d56..77a55817c6 100644
--- a/gen/pagespeedonline2-cli/README.md
+++ b/gen/pagespeedonline2-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *pagespeedonline* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/pagespeedonline2.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/pagespeedonline2.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/pagespeedonline2.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/pagespeedonline2.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/pagespeedonline2-cli).
# Usage
-This documentation was generated from the *pagespeedonline* API at revision *20160306*. The CLI is at version *0.3.5*.
+This documentation was generated from the *pagespeedonline* API at revision *20160306*. The CLI is at version *0.3.6*.
```bash
pagespeedonline2 [options]
diff --git a/gen/pagespeedonline2-cli/mkdocs.yml b/gen/pagespeedonline2-cli/mkdocs.yml
index 2d2b88acae..7d97c35a78 100644
--- a/gen/pagespeedonline2-cli/mkdocs.yml
+++ b/gen/pagespeedonline2-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: pagespeedonline v0.3.5+20160306
+site_name: pagespeedonline v0.3.6+20160306
site_url: http://byron.github.io/google-apis-rs/google-pagespeedonline2-cli
site_description: Write integrating applications with bcore
diff --git a/gen/pagespeedonline2-cli/src/main.rs b/gen/pagespeedonline2-cli/src/main.rs
index c23bec29bf..e06106a43c 100644
--- a/gen/pagespeedonline2-cli/src/main.rs
+++ b/gen/pagespeedonline2-cli/src/main.rs
@@ -168,7 +168,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "pagespeedonline2",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -237,7 +237,7 @@ fn main() {
let mut app = App::new("pagespeedonline2")
.author("Sebastian Thiel ")
- .version("0.3.5+20160306")
+ .version("0.3.6+20160306")
.about("Analyzes the performance of a web page and provides tailored suggestions to make that page faster.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_pagespeedonline2_cli")
.arg(Arg::with_name("folder")
diff --git a/gen/partners2-cli/Cargo.toml b/gen/partners2-cli/Cargo.toml
index 491ff46204..755ef9b7b0 100644
--- a/gen/partners2-cli/Cargo.toml
+++ b/gen/partners2-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-partners2-cli"
-version = "0.3.5+20151009"
+version = "0.3.6+20151009"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with partners (protocol v2)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/partners2-cli"
diff --git a/gen/partners2-cli/README.md b/gen/partners2-cli/README.md
index 2297ad11a3..f8548ecc15 100644
--- a/gen/partners2-cli/README.md
+++ b/gen/partners2-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *partners* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/partners2.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/partners2.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/partners2.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/partners2.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/partners2-cli).
# Usage
-This documentation was generated from the *partners* API at revision *20151009*. The CLI is at version *0.3.5*.
+This documentation was generated from the *partners* API at revision *20151009*. The CLI is at version *0.3.6*.
```bash
partners2 [options]
diff --git a/gen/partners2-cli/mkdocs.yml b/gen/partners2-cli/mkdocs.yml
index f08bbe2159..940536d1b2 100644
--- a/gen/partners2-cli/mkdocs.yml
+++ b/gen/partners2-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: partners v0.3.5+20151009
+site_name: partners v0.3.6+20151009
site_url: http://byron.github.io/google-apis-rs/google-partners2-cli
site_description: Write integrating applications with bcore
diff --git a/gen/partners2-cli/src/main.rs b/gen/partners2-cli/src/main.rs
index 2eb4d564cc..1c6683d104 100644
--- a/gen/partners2-cli/src/main.rs
+++ b/gen/partners2-cli/src/main.rs
@@ -715,7 +715,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "partners2",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -901,7 +901,7 @@ fn main() {
let mut app = App::new("partners2")
.author("Sebastian Thiel ")
- .version("0.3.5+20151009")
+ .version("0.3.6+20151009")
.about("Lets advertisers search certified companies and create contact leads with them, and also audits the usage of clients.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_partners2_cli")
.arg(Arg::with_name("folder")
diff --git a/gen/people1-cli/Cargo.toml b/gen/people1-cli/Cargo.toml
index aa9b6f88eb..4574bfbd6f 100644
--- a/gen/people1-cli/Cargo.toml
+++ b/gen/people1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-people1-cli"
-version = "0.3.5+20160210"
+version = "0.3.6+20160210"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with people (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/people1-cli"
diff --git a/gen/people1-cli/README.md b/gen/people1-cli/README.md
index 765cc7f141..b704f8b111 100644
--- a/gen/people1-cli/README.md
+++ b/gen/people1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *people* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/people1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/people1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/people1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/people1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/people1-cli).
# Usage
-This documentation was generated from the *people* API at revision *20160210*. The CLI is at version *0.3.5*.
+This documentation was generated from the *people* API at revision *20160210*. The CLI is at version *0.3.6*.
```bash
people1 [options]
diff --git a/gen/people1-cli/mkdocs.yml b/gen/people1-cli/mkdocs.yml
index 8dd9803b31..de0bc684b2 100644
--- a/gen/people1-cli/mkdocs.yml
+++ b/gen/people1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: people v0.3.5+20160210
+site_name: people v0.3.6+20160210
site_url: http://byron.github.io/google-apis-rs/google-people1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/people1-cli/src/main.rs b/gen/people1-cli/src/main.rs
index 0cca8e8367..61097d5228 100644
--- a/gen/people1-cli/src/main.rs
+++ b/gen/people1-cli/src/main.rs
@@ -292,7 +292,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "people1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -403,7 +403,7 @@ fn main() {
let mut app = App::new("people1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160210")
+ .version("0.3.6+20160210")
.about("The Google People API service gives access to information about profiles and contacts.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_people1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/playmoviespartner1-cli/Cargo.toml b/gen/playmoviespartner1-cli/Cargo.toml
index 6685f8ad91..dfe64dfa96 100644
--- a/gen/playmoviespartner1-cli/Cargo.toml
+++ b/gen/playmoviespartner1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-playmoviespartner1-cli"
-version = "0.3.5+20150812"
+version = "0.3.6+20150812"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with playmoviespartner (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/playmoviespartner1-cli"
diff --git a/gen/playmoviespartner1-cli/README.md b/gen/playmoviespartner1-cli/README.md
index 619651befd..13caff5234 100644
--- a/gen/playmoviespartner1-cli/README.md
+++ b/gen/playmoviespartner1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *playmoviespartner* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/playmoviespartner1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/playmoviespartner1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/playmoviespartner1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/playmoviespartner1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/playmoviespartner1-cli).
# Usage
-This documentation was generated from the *playmoviespartner* API at revision *20150812*. The CLI is at version *0.3.5*.
+This documentation was generated from the *playmoviespartner* API at revision *20150812*. The CLI is at version *0.3.6*.
```bash
playmoviespartner1 [options]
diff --git a/gen/playmoviespartner1-cli/mkdocs.yml b/gen/playmoviespartner1-cli/mkdocs.yml
index a944817305..55cab32259 100644
--- a/gen/playmoviespartner1-cli/mkdocs.yml
+++ b/gen/playmoviespartner1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: playmoviespartner v0.3.5+20150812
+site_name: playmoviespartner v0.3.6+20150812
site_url: http://byron.github.io/google-apis-rs/google-playmoviespartner1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/playmoviespartner1-cli/src/main.rs b/gen/playmoviespartner1-cli/src/main.rs
index b24be9b87c..5968debf30 100644
--- a/gen/playmoviespartner1-cli/src/main.rs
+++ b/gen/playmoviespartner1-cli/src/main.rs
@@ -585,7 +585,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "playmoviespartner1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -814,7 +814,7 @@ fn main() {
let mut app = App::new("playmoviespartner1")
.author("Sebastian Thiel ")
- .version("0.3.5+20150812")
+ .version("0.3.6+20150812")
.about("Lets Google Play Movies Partners get the delivery status of their titles.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_playmoviespartner1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/plus1-cli/Cargo.toml b/gen/plus1-cli/Cargo.toml
index 09cc9410cb..37d7ffd25c 100644
--- a/gen/plus1-cli/Cargo.toml
+++ b/gen/plus1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-plus1-cli"
-version = "0.3.5+20160406"
+version = "0.3.6+20160406"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with plus (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/plus1-cli"
diff --git a/gen/plus1-cli/README.md b/gen/plus1-cli/README.md
index aa2a2b9277..1eed852f98 100644
--- a/gen/plus1-cli/README.md
+++ b/gen/plus1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *plus* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/plus1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/plus1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/plus1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/plus1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/plus1-cli).
# Usage
-This documentation was generated from the *plus* API at revision *20160406*. The CLI is at version *0.3.5*.
+This documentation was generated from the *plus* API at revision *20160406*. The CLI is at version *0.3.6*.
```bash
plus1 [options]
diff --git a/gen/plus1-cli/mkdocs.yml b/gen/plus1-cli/mkdocs.yml
index 30d168b18e..baeb4fc3e8 100644
--- a/gen/plus1-cli/mkdocs.yml
+++ b/gen/plus1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: plus v0.3.5+20160406
+site_name: plus v0.3.6+20160406
site_url: http://byron.github.io/google-apis-rs/google-plus1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/plus1-cli/src/main.rs b/gen/plus1-cli/src/main.rs
index 19683e6fa4..7824298af3 100644
--- a/gen/plus1-cli/src/main.rs
+++ b/gen/plus1-cli/src/main.rs
@@ -668,7 +668,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "plus1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -937,7 +937,7 @@ fn main() {
let mut app = App::new("plus1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160406")
+ .version("0.3.6+20160406")
.about("The Google+ API enables developers to build on top of the Google+ platform.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_plus1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/plusdomains1-cli/Cargo.toml b/gen/plusdomains1-cli/Cargo.toml
index 499542b397..08c4db3237 100644
--- a/gen/plusdomains1-cli/Cargo.toml
+++ b/gen/plusdomains1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-plusdomains1-cli"
-version = "0.3.5+20160406"
+version = "0.3.6+20160406"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with plusDomains (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/plusdomains1-cli"
diff --git a/gen/plusdomains1-cli/README.md b/gen/plusdomains1-cli/README.md
index eb6ce61bdd..a59a677920 100644
--- a/gen/plusdomains1-cli/README.md
+++ b/gen/plusdomains1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *plusDomains* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/plusdomains1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/plusdomains1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/plusdomains1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/plusdomains1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/plusdomains1-cli).
# Usage
-This documentation was generated from the *plusDomains* API at revision *20160406*. The CLI is at version *0.3.5*.
+This documentation was generated from the *plusDomains* API at revision *20160406*. The CLI is at version *0.3.6*.
```bash
plusdomains1 [options]
diff --git a/gen/plusdomains1-cli/mkdocs.yml b/gen/plusdomains1-cli/mkdocs.yml
index 5c454bbcee..80fb5eab04 100644
--- a/gen/plusdomains1-cli/mkdocs.yml
+++ b/gen/plusdomains1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: plusDomains v0.3.5+20160406
+site_name: plusDomains v0.3.6+20160406
site_url: http://byron.github.io/google-apis-rs/google-plusdomains1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/plusdomains1-cli/src/main.rs b/gen/plusdomains1-cli/src/main.rs
index 468689c357..049945851a 100644
--- a/gen/plusdomains1-cli/src/main.rs
+++ b/gen/plusdomains1-cli/src/main.rs
@@ -1606,7 +1606,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "plusdomains1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -2163,7 +2163,7 @@ fn main() {
let mut app = App::new("plusdomains1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160406")
+ .version("0.3.6+20160406")
.about("The Google+ API enables developers to build on top of the Google+ platform.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_plusdomains1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/prediction1d6-cli/Cargo.toml b/gen/prediction1d6-cli/Cargo.toml
index a7f5a59d3d..efb8f97937 100644
--- a/gen/prediction1d6-cli/Cargo.toml
+++ b/gen/prediction1d6-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-prediction1d6-cli"
-version = "0.3.5+20160304"
+version = "0.3.6+20160304"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with prediction (protocol v1.6)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/prediction1d6-cli"
diff --git a/gen/prediction1d6-cli/README.md b/gen/prediction1d6-cli/README.md
index 16b3a20622..234715ba9a 100644
--- a/gen/prediction1d6-cli/README.md
+++ b/gen/prediction1d6-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *prediction* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/prediction1d6.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/prediction1d6.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/prediction1d6.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/prediction1d6.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/prediction1d6-cli).
# Usage
-This documentation was generated from the *prediction* API at revision *20160304*. The CLI is at version *0.3.5*.
+This documentation was generated from the *prediction* API at revision *20160304*. The CLI is at version *0.3.6*.
```bash
prediction1d6 [options]
diff --git a/gen/prediction1d6-cli/mkdocs.yml b/gen/prediction1d6-cli/mkdocs.yml
index bdde8710a0..0147fdcb18 100644
--- a/gen/prediction1d6-cli/mkdocs.yml
+++ b/gen/prediction1d6-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: prediction v0.3.5+20160304
+site_name: prediction v0.3.6+20160304
site_url: http://byron.github.io/google-apis-rs/google-prediction1d6-cli
site_description: Write integrating applications with bcore
diff --git a/gen/prediction1d6-cli/src/main.rs b/gen/prediction1d6-cli/src/main.rs
index 431e71338a..ff07b49a82 100644
--- a/gen/prediction1d6-cli/src/main.rs
+++ b/gen/prediction1d6-cli/src/main.rs
@@ -682,7 +682,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "prediction1d6",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -962,7 +962,7 @@ fn main() {
let mut app = App::new("prediction1d6")
.author("Sebastian Thiel ")
- .version("0.3.5+20160304")
+ .version("0.3.6+20160304")
.about("Lets you access a cloud hosted machine learning service that makes it easy to build smart apps")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_prediction1d6_cli")
.arg(Arg::with_name("url")
diff --git a/gen/proximitybeacon1_beta1-cli/Cargo.toml b/gen/proximitybeacon1_beta1-cli/Cargo.toml
index 48ebd9a436..570357fa56 100644
--- a/gen/proximitybeacon1_beta1-cli/Cargo.toml
+++ b/gen/proximitybeacon1_beta1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-proximitybeacon1_beta1-cli"
-version = "0.3.5+20150729"
+version = "0.3.6+20150729"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with proximitybeacon (protocol v1beta1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/proximitybeacon1_beta1-cli"
diff --git a/gen/proximitybeacon1_beta1-cli/README.md b/gen/proximitybeacon1_beta1-cli/README.md
index c1411fb0cc..e85ce35087 100644
--- a/gen/proximitybeacon1_beta1-cli/README.md
+++ b/gen/proximitybeacon1_beta1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *proximitybeacon* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/proximitybeacon1-beta1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/proximitybeacon1-beta1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/proximitybeacon1-beta1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/proximitybeacon1-beta1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/proximitybeacon1_beta1-cli).
# Usage
-This documentation was generated from the *proximitybeacon* API at revision *20150729*. The CLI is at version *0.3.5*.
+This documentation was generated from the *proximitybeacon* API at revision *20150729*. The CLI is at version *0.3.6*.
```bash
proximitybeacon1-beta1 [options]
diff --git a/gen/proximitybeacon1_beta1-cli/mkdocs.yml b/gen/proximitybeacon1_beta1-cli/mkdocs.yml
index f6d9d4e3c9..94bdbf0fea 100644
--- a/gen/proximitybeacon1_beta1-cli/mkdocs.yml
+++ b/gen/proximitybeacon1_beta1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: proximitybeacon v0.3.5+20150729
+site_name: proximitybeacon v0.3.6+20150729
site_url: http://byron.github.io/google-apis-rs/google-proximitybeacon1_beta1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/proximitybeacon1_beta1-cli/src/main.rs b/gen/proximitybeacon1_beta1-cli/src/main.rs
index 9eb28abe8f..da8397cf0d 100644
--- a/gen/proximitybeacon1_beta1-cli/src/main.rs
+++ b/gen/proximitybeacon1_beta1-cli/src/main.rs
@@ -1026,7 +1026,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "proximitybeacon1-beta1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1393,7 +1393,7 @@ fn main() {
let mut app = App::new("proximitybeacon1-beta1")
.author("Sebastian Thiel ")
- .version("0.3.5+20150729")
+ .version("0.3.6+20150729")
.about("This API provides services to register, manage, index, and search beacons.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_proximitybeacon1_beta1_cli")
.arg(Arg::with_name("folder")
diff --git a/gen/pubsub1-cli/Cargo.toml b/gen/pubsub1-cli/Cargo.toml
index b46a54f74b..17ca300998 100644
--- a/gen/pubsub1-cli/Cargo.toml
+++ b/gen/pubsub1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-pubsub1-cli"
-version = "0.3.5+20160317"
+version = "0.3.6+20160317"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with pubsub (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/pubsub1-cli"
diff --git a/gen/pubsub1-cli/README.md b/gen/pubsub1-cli/README.md
index c75c124188..44a5c24981 100644
--- a/gen/pubsub1-cli/README.md
+++ b/gen/pubsub1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *pubsub* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/pubsub1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/pubsub1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/pubsub1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/pubsub1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/pubsub1-cli).
# Usage
-This documentation was generated from the *pubsub* API at revision *20160317*. The CLI is at version *0.3.5*.
+This documentation was generated from the *pubsub* API at revision *20160317*. The CLI is at version *0.3.6*.
```bash
pubsub1 [options]
diff --git a/gen/pubsub1-cli/mkdocs.yml b/gen/pubsub1-cli/mkdocs.yml
index 4b2a07a8f3..0ceea2e9a0 100644
--- a/gen/pubsub1-cli/mkdocs.yml
+++ b/gen/pubsub1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: pubsub v0.3.5+20160317
+site_name: pubsub v0.3.6+20160317
site_url: http://byron.github.io/google-apis-rs/google-pubsub1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/pubsub1-cli/src/main.rs b/gen/pubsub1-cli/src/main.rs
index f49b3d0f51..6eb742f438 100644
--- a/gen/pubsub1-cli/src/main.rs
+++ b/gen/pubsub1-cli/src/main.rs
@@ -1592,7 +1592,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "pubsub1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -2149,7 +2149,7 @@ fn main() {
let mut app = App::new("pubsub1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160317")
+ .version("0.3.6+20160317")
.about("Provides reliable, many-to-many, asynchronous messaging between applications.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_pubsub1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/pubsub1_beta2-cli/Cargo.toml b/gen/pubsub1_beta2-cli/Cargo.toml
index a0966f15f6..623d5f4863 100644
--- a/gen/pubsub1_beta2-cli/Cargo.toml
+++ b/gen/pubsub1_beta2-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-pubsub1_beta2-cli"
-version = "0.3.5+20160317"
+version = "0.3.6+20160317"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with pubsub (protocol v1beta2)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/pubsub1_beta2-cli"
diff --git a/gen/pubsub1_beta2-cli/README.md b/gen/pubsub1_beta2-cli/README.md
index eac88dafdd..2d73aefe73 100644
--- a/gen/pubsub1_beta2-cli/README.md
+++ b/gen/pubsub1_beta2-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *pubsub* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/pubsub1-beta2.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/pubsub1-beta2.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/pubsub1-beta2.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/pubsub1-beta2.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/pubsub1_beta2-cli).
# Usage
-This documentation was generated from the *pubsub* API at revision *20160317*. The CLI is at version *0.3.5*.
+This documentation was generated from the *pubsub* API at revision *20160317*. The CLI is at version *0.3.6*.
```bash
pubsub1-beta2 [options]
diff --git a/gen/pubsub1_beta2-cli/mkdocs.yml b/gen/pubsub1_beta2-cli/mkdocs.yml
index 5bb6bbab5c..b7636b7674 100644
--- a/gen/pubsub1_beta2-cli/mkdocs.yml
+++ b/gen/pubsub1_beta2-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: pubsub v0.3.5+20160317
+site_name: pubsub v0.3.6+20160317
site_url: http://byron.github.io/google-apis-rs/google-pubsub1_beta2-cli
site_description: Write integrating applications with bcore
diff --git a/gen/pubsub1_beta2-cli/src/main.rs b/gen/pubsub1_beta2-cli/src/main.rs
index b3b6253938..5951cbd84c 100644
--- a/gen/pubsub1_beta2-cli/src/main.rs
+++ b/gen/pubsub1_beta2-cli/src/main.rs
@@ -1593,7 +1593,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "pubsub1-beta2",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -2150,7 +2150,7 @@ fn main() {
let mut app = App::new("pubsub1-beta2")
.author("Sebastian Thiel ")
- .version("0.3.5+20160317")
+ .version("0.3.6+20160317")
.about("Provides reliable, many-to-many, asynchronous messaging between applications.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_pubsub1_beta2_cli")
.arg(Arg::with_name("url")
diff --git a/gen/qpxexpress1-cli/Cargo.toml b/gen/qpxexpress1-cli/Cargo.toml
index 52dba4d80c..af64134891 100644
--- a/gen/qpxexpress1-cli/Cargo.toml
+++ b/gen/qpxexpress1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-qpxexpress1-cli"
-version = "0.3.5+20160307"
+version = "0.3.6+20160307"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with QPX Express (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/qpxexpress1-cli"
diff --git a/gen/qpxexpress1-cli/README.md b/gen/qpxexpress1-cli/README.md
index ebf9f3d230..5176b1a07e 100644
--- a/gen/qpxexpress1-cli/README.md
+++ b/gen/qpxexpress1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *QPX Express* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/qpxexpress1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/qpxexpress1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/qpxexpress1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/qpxexpress1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/qpxexpress1-cli).
# Usage
-This documentation was generated from the *QPX Express* API at revision *20160307*. The CLI is at version *0.3.5*.
+This documentation was generated from the *QPX Express* API at revision *20160307*. The CLI is at version *0.3.6*.
```bash
qpxexpress1 [options]
diff --git a/gen/qpxexpress1-cli/mkdocs.yml b/gen/qpxexpress1-cli/mkdocs.yml
index 08f83d8ee5..66d80ef85a 100644
--- a/gen/qpxexpress1-cli/mkdocs.yml
+++ b/gen/qpxexpress1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: QPX Express v0.3.5+20160307
+site_name: QPX Express v0.3.6+20160307
site_url: http://byron.github.io/google-apis-rs/google-qpxexpress1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/qpxexpress1-cli/src/main.rs b/gen/qpxexpress1-cli/src/main.rs
index c4230f2c26..aceb0bc882 100644
--- a/gen/qpxexpress1-cli/src/main.rs
+++ b/gen/qpxexpress1-cli/src/main.rs
@@ -194,7 +194,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "qpxexpress1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -263,7 +263,7 @@ fn main() {
let mut app = App::new("qpxexpress1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160307")
+ .version("0.3.6+20160307")
.about("Finds the least expensive flights between an origin and a destination.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_qpxexpress1_cli")
.arg(Arg::with_name("folder")
diff --git a/gen/replicapool1_beta2-cli/Cargo.toml b/gen/replicapool1_beta2-cli/Cargo.toml
index 9ede52ec35..cdb91a42a0 100644
--- a/gen/replicapool1_beta2-cli/Cargo.toml
+++ b/gen/replicapool1_beta2-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-replicapool1_beta2-cli"
-version = "0.3.5+20150708"
+version = "0.3.6+20150708"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with replicapool (protocol v1beta2)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/replicapool1_beta2-cli"
diff --git a/gen/replicapool1_beta2-cli/README.md b/gen/replicapool1_beta2-cli/README.md
index 4ef8315b85..df3956892e 100644
--- a/gen/replicapool1_beta2-cli/README.md
+++ b/gen/replicapool1_beta2-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *replicapool* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/replicapool1-beta2.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/replicapool1-beta2.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/replicapool1-beta2.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/replicapool1-beta2.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/replicapool1_beta2-cli).
# Usage
-This documentation was generated from the *replicapool* API at revision *20150708*. The CLI is at version *0.3.5*.
+This documentation was generated from the *replicapool* API at revision *20150708*. The CLI is at version *0.3.6*.
```bash
replicapool1-beta2 [options]
diff --git a/gen/replicapool1_beta2-cli/mkdocs.yml b/gen/replicapool1_beta2-cli/mkdocs.yml
index fe8d248408..8132799775 100644
--- a/gen/replicapool1_beta2-cli/mkdocs.yml
+++ b/gen/replicapool1_beta2-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: replicapool v0.3.5+20150708
+site_name: replicapool v0.3.6+20150708
site_url: http://byron.github.io/google-apis-rs/google-replicapool1_beta2-cli
site_description: Write integrating applications with bcore
diff --git a/gen/replicapool1_beta2-cli/src/main.rs b/gen/replicapool1_beta2-cli/src/main.rs
index 54912e8b90..e7e9dea7af 100644
--- a/gen/replicapool1_beta2-cli/src/main.rs
+++ b/gen/replicapool1_beta2-cli/src/main.rs
@@ -1001,7 +1001,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "replicapool1-beta2",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1489,7 +1489,7 @@ fn main() {
let mut app = App::new("replicapool1-beta2")
.author("Sebastian Thiel ")
- .version("0.3.5+20150708")
+ .version("0.3.6+20150708")
.about("The Google Compute Engine Instance Group Manager API provides groups of homogenous Compute Engine Instances.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_replicapool1_beta2_cli")
.arg(Arg::with_name("url")
diff --git a/gen/replicapoolupdater1_beta1-cli/Cargo.toml b/gen/replicapoolupdater1_beta1-cli/Cargo.toml
index 0c9a317c6c..01972855ca 100644
--- a/gen/replicapoolupdater1_beta1-cli/Cargo.toml
+++ b/gen/replicapoolupdater1_beta1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-replicapoolupdater1_beta1-cli"
-version = "0.3.5+20160229"
+version = "0.3.6+20160229"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with replicapoolupdater (protocol v1beta1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/replicapoolupdater1_beta1-cli"
diff --git a/gen/replicapoolupdater1_beta1-cli/README.md b/gen/replicapoolupdater1_beta1-cli/README.md
index d78c52281d..0e2c7b8f20 100644
--- a/gen/replicapoolupdater1_beta1-cli/README.md
+++ b/gen/replicapoolupdater1_beta1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *replicapoolupdater* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/replicapoolupdater1-beta1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/replicapoolupdater1-beta1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/replicapoolupdater1-beta1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/replicapoolupdater1-beta1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/replicapoolupdater1_beta1-cli).
# Usage
-This documentation was generated from the *replicapoolupdater* API at revision *20160229*. The CLI is at version *0.3.5*.
+This documentation was generated from the *replicapoolupdater* API at revision *20160229*. The CLI is at version *0.3.6*.
```bash
replicapoolupdater1-beta1 [options]
diff --git a/gen/replicapoolupdater1_beta1-cli/mkdocs.yml b/gen/replicapoolupdater1_beta1-cli/mkdocs.yml
index c84cbda51c..57c6c44151 100644
--- a/gen/replicapoolupdater1_beta1-cli/mkdocs.yml
+++ b/gen/replicapoolupdater1_beta1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: replicapoolupdater v0.3.5+20160229
+site_name: replicapoolupdater v0.3.6+20160229
site_url: http://byron.github.io/google-apis-rs/google-replicapoolupdater1_beta1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/replicapoolupdater1_beta1-cli/src/main.rs b/gen/replicapoolupdater1_beta1-cli/src/main.rs
index 2823ec829a..62f5790fa7 100644
--- a/gen/replicapoolupdater1_beta1-cli/src/main.rs
+++ b/gen/replicapoolupdater1_beta1-cli/src/main.rs
@@ -739,7 +739,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "replicapoolupdater1-beta1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1117,7 +1117,7 @@ fn main() {
let mut app = App::new("replicapoolupdater1-beta1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160229")
+ .version("0.3.6+20160229")
.about("Updates groups of Compute Engine instances.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_replicapoolupdater1_beta1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/reseller1_sandbox-cli/Cargo.toml b/gen/reseller1_sandbox-cli/Cargo.toml
index cb0fe0c2c0..73f174e0e4 100644
--- a/gen/reseller1_sandbox-cli/Cargo.toml
+++ b/gen/reseller1_sandbox-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-reseller1_sandbox-cli"
-version = "0.3.5+20160329"
+version = "0.3.6+20160329"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with reseller (protocol v1sandbox)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/reseller1_sandbox-cli"
diff --git a/gen/reseller1_sandbox-cli/README.md b/gen/reseller1_sandbox-cli/README.md
index 95986c94f8..23ea1790bd 100644
--- a/gen/reseller1_sandbox-cli/README.md
+++ b/gen/reseller1_sandbox-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *reseller* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/reseller1-sandbox.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/reseller1-sandbox.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/reseller1-sandbox.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/reseller1-sandbox.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/reseller1_sandbox-cli).
# Usage
-This documentation was generated from the *reseller* API at revision *20160329*. The CLI is at version *0.3.5*.
+This documentation was generated from the *reseller* API at revision *20160329*. The CLI is at version *0.3.6*.
```bash
reseller1-sandbox [options]
diff --git a/gen/reseller1_sandbox-cli/mkdocs.yml b/gen/reseller1_sandbox-cli/mkdocs.yml
index b6095b22b4..97fd8a8e32 100644
--- a/gen/reseller1_sandbox-cli/mkdocs.yml
+++ b/gen/reseller1_sandbox-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: reseller v0.3.5+20160329
+site_name: reseller v0.3.6+20160329
site_url: http://byron.github.io/google-apis-rs/google-reseller1_sandbox-cli
site_description: Write integrating applications with bcore
diff --git a/gen/reseller1_sandbox-cli/src/main.rs b/gen/reseller1_sandbox-cli/src/main.rs
index abfb15ba3d..7be6de6730 100644
--- a/gen/reseller1_sandbox-cli/src/main.rs
+++ b/gen/reseller1_sandbox-cli/src/main.rs
@@ -1209,7 +1209,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "reseller1-sandbox",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1645,7 +1645,7 @@ fn main() {
let mut app = App::new("reseller1-sandbox")
.author("Sebastian Thiel ")
- .version("0.3.5+20160329")
+ .version("0.3.6+20160329")
.about("Creates and manages your customers and their subscriptions.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_reseller1_sandbox_cli")
.arg(Arg::with_name("url")
diff --git a/gen/resourceviews1_beta2-cli/Cargo.toml b/gen/resourceviews1_beta2-cli/Cargo.toml
index e31ee1e068..9f8eb07100 100644
--- a/gen/resourceviews1_beta2-cli/Cargo.toml
+++ b/gen/resourceviews1_beta2-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-resourceviews1_beta2-cli"
-version = "0.3.5+20150708"
+version = "0.3.6+20150708"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with resourceviews (protocol v1beta2)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/resourceviews1_beta2-cli"
diff --git a/gen/resourceviews1_beta2-cli/README.md b/gen/resourceviews1_beta2-cli/README.md
index 0fcc75abce..5e00f16dd1 100644
--- a/gen/resourceviews1_beta2-cli/README.md
+++ b/gen/resourceviews1_beta2-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *resourceviews* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/resourceviews1-beta2.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/resourceviews1-beta2.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/resourceviews1-beta2.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/resourceviews1-beta2.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/resourceviews1_beta2-cli).
# Usage
-This documentation was generated from the *resourceviews* API at revision *20150708*. The CLI is at version *0.3.5*.
+This documentation was generated from the *resourceviews* API at revision *20150708*. The CLI is at version *0.3.6*.
```bash
resourceviews1-beta2 [options]
diff --git a/gen/resourceviews1_beta2-cli/mkdocs.yml b/gen/resourceviews1_beta2-cli/mkdocs.yml
index d4c14ccf2f..88daf1386e 100644
--- a/gen/resourceviews1_beta2-cli/mkdocs.yml
+++ b/gen/resourceviews1_beta2-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: resourceviews v0.3.5+20150708
+site_name: resourceviews v0.3.6+20150708
site_url: http://byron.github.io/google-apis-rs/google-resourceviews1_beta2-cli
site_description: Write integrating applications with bcore
diff --git a/gen/resourceviews1_beta2-cli/src/main.rs b/gen/resourceviews1_beta2-cli/src/main.rs
index 3cbda1cbad..3be9f3f3b9 100644
--- a/gen/resourceviews1_beta2-cli/src/main.rs
+++ b/gen/resourceviews1_beta2-cli/src/main.rs
@@ -892,7 +892,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "resourceviews1-beta2",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1322,7 +1322,7 @@ fn main() {
let mut app = App::new("resourceviews1-beta2")
.author("Sebastian Thiel ")
- .version("0.3.5+20150708")
+ .version("0.3.6+20150708")
.about("The Resource View API allows users to create and manage logical sets of Google Compute Engine instances.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_resourceviews1_beta2_cli")
.arg(Arg::with_name("url")
diff --git a/gen/serviceregistryalpha-cli/Cargo.toml b/gen/serviceregistryalpha-cli/Cargo.toml
index 34a9bc21eb..a45e6a5fa4 100644
--- a/gen/serviceregistryalpha-cli/Cargo.toml
+++ b/gen/serviceregistryalpha-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-serviceregistryalpha-cli"
-version = "0.3.5+20160401"
+version = "0.3.6+20160401"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with Service Registry (protocol alpha)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/serviceregistryalpha-cli"
diff --git a/gen/serviceregistryalpha-cli/README.md b/gen/serviceregistryalpha-cli/README.md
index 978f36020c..6f08f399b3 100644
--- a/gen/serviceregistryalpha-cli/README.md
+++ b/gen/serviceregistryalpha-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *Service Registry* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/serviceregistryalpha.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/serviceregistryalpha.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/serviceregistryalpha.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/serviceregistryalpha.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/serviceregistryalpha-cli).
# Usage
-This documentation was generated from the *Service Registry* API at revision *20160401*. The CLI is at version *0.3.5*.
+This documentation was generated from the *Service Registry* API at revision *20160401*. The CLI is at version *0.3.6*.
```bash
serviceregistryalpha [options]
diff --git a/gen/serviceregistryalpha-cli/mkdocs.yml b/gen/serviceregistryalpha-cli/mkdocs.yml
index 81f5992efe..8637a4f1c3 100644
--- a/gen/serviceregistryalpha-cli/mkdocs.yml
+++ b/gen/serviceregistryalpha-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: Service Registry v0.3.5+20160401
+site_name: Service Registry v0.3.6+20160401
site_url: http://byron.github.io/google-apis-rs/google-serviceregistryalpha-cli
site_description: Write integrating applications with bcore
diff --git a/gen/serviceregistryalpha-cli/src/main.rs b/gen/serviceregistryalpha-cli/src/main.rs
index 8f377cbdf7..af78e003a5 100644
--- a/gen/serviceregistryalpha-cli/src/main.rs
+++ b/gen/serviceregistryalpha-cli/src/main.rs
@@ -700,7 +700,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "serviceregistryalpha",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -974,7 +974,7 @@ fn main() {
let mut app = App::new("serviceregistryalpha")
.author("Sebastian Thiel ")
- .version("0.3.5+20160401")
+ .version("0.3.6+20160401")
.about("Manages service endpoints in Service Registry and provides integration with DNS for service discovery and name resolution.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_serviceregistryalpha_cli")
.arg(Arg::with_name("url")
diff --git a/gen/siteverification1-cli/Cargo.toml b/gen/siteverification1-cli/Cargo.toml
index baf25e0256..cc26e68d3a 100644
--- a/gen/siteverification1-cli/Cargo.toml
+++ b/gen/siteverification1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-siteverification1-cli"
-version = "0.3.5+20160228"
+version = "0.3.6+20160228"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with siteVerification (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/siteverification1-cli"
diff --git a/gen/siteverification1-cli/README.md b/gen/siteverification1-cli/README.md
index a45334ed97..2b3fe60442 100644
--- a/gen/siteverification1-cli/README.md
+++ b/gen/siteverification1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *siteVerification* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/siteverification1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/siteverification1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/siteverification1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/siteverification1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/siteverification1-cli).
# Usage
-This documentation was generated from the *siteVerification* API at revision *20160228*. The CLI is at version *0.3.5*.
+This documentation was generated from the *siteVerification* API at revision *20160228*. The CLI is at version *0.3.6*.
```bash
siteverification1 [options]
diff --git a/gen/siteverification1-cli/mkdocs.yml b/gen/siteverification1-cli/mkdocs.yml
index 6ec52a5083..3f5d1525dc 100644
--- a/gen/siteverification1-cli/mkdocs.yml
+++ b/gen/siteverification1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: siteVerification v0.3.5+20160228
+site_name: siteVerification v0.3.6+20160228
site_url: http://byron.github.io/google-apis-rs/google-siteverification1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/siteverification1-cli/src/main.rs b/gen/siteverification1-cli/src/main.rs
index 5bcdcfa07c..7473349173 100644
--- a/gen/siteverification1-cli/src/main.rs
+++ b/gen/siteverification1-cli/src/main.rs
@@ -620,7 +620,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "siteverification1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -827,7 +827,7 @@ fn main() {
let mut app = App::new("siteverification1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160228")
+ .version("0.3.6+20160228")
.about("Verifies ownership of websites or domains with Google.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_siteverification1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/spectrum1_explorer-cli/Cargo.toml b/gen/spectrum1_explorer-cli/Cargo.toml
index 8cfade8c99..80b701a21c 100644
--- a/gen/spectrum1_explorer-cli/Cargo.toml
+++ b/gen/spectrum1_explorer-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-spectrum1_explorer-cli"
-version = "0.3.5+20160206"
+version = "0.3.6+20160206"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with spectrum (protocol v1explorer)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/spectrum1_explorer-cli"
diff --git a/gen/spectrum1_explorer-cli/README.md b/gen/spectrum1_explorer-cli/README.md
index f6ff86540e..0a72bfe21d 100644
--- a/gen/spectrum1_explorer-cli/README.md
+++ b/gen/spectrum1_explorer-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *spectrum* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/spectrum1-explorer.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/spectrum1-explorer.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/spectrum1-explorer.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/spectrum1-explorer.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/spectrum1_explorer-cli).
# Usage
-This documentation was generated from the *spectrum* API at revision *20160206*. The CLI is at version *0.3.5*.
+This documentation was generated from the *spectrum* API at revision *20160206*. The CLI is at version *0.3.6*.
```bash
spectrum1-explorer [options]
diff --git a/gen/spectrum1_explorer-cli/mkdocs.yml b/gen/spectrum1_explorer-cli/mkdocs.yml
index a32c3f4839..436172cba4 100644
--- a/gen/spectrum1_explorer-cli/mkdocs.yml
+++ b/gen/spectrum1_explorer-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: spectrum v0.3.5+20160206
+site_name: spectrum v0.3.6+20160206
site_url: http://byron.github.io/google-apis-rs/google-spectrum1_explorer-cli
site_description: Write integrating applications with bcore
diff --git a/gen/spectrum1_explorer-cli/src/main.rs b/gen/spectrum1_explorer-cli/src/main.rs
index a8458cf972..8e6aaf9b28 100644
--- a/gen/spectrum1_explorer-cli/src/main.rs
+++ b/gen/spectrum1_explorer-cli/src/main.rs
@@ -781,7 +781,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "spectrum1-explorer",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -960,7 +960,7 @@ fn main() {
let mut app = App::new("spectrum1-explorer")
.author("Sebastian Thiel ")
- .version("0.3.5+20160206")
+ .version("0.3.6+20160206")
.about("API for spectrum-management functions.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_spectrum1_explorer_cli")
.arg(Arg::with_name("folder")
diff --git a/gen/sqladmin1_beta4-cli/Cargo.toml b/gen/sqladmin1_beta4-cli/Cargo.toml
index d265b7b5db..e4dffe08e2 100644
--- a/gen/sqladmin1_beta4-cli/Cargo.toml
+++ b/gen/sqladmin1_beta4-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-sqladmin1_beta4-cli"
-version = "0.3.5+20160321"
+version = "0.3.6+20160321"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with SQL Admin (protocol v1beta4)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/sqladmin1_beta4-cli"
diff --git a/gen/sqladmin1_beta4-cli/README.md b/gen/sqladmin1_beta4-cli/README.md
index de64fc818d..dde8c68987 100644
--- a/gen/sqladmin1_beta4-cli/README.md
+++ b/gen/sqladmin1_beta4-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *SQL Admin* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/sqladmin1-beta4.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/sqladmin1-beta4.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/sqladmin1-beta4.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/sqladmin1-beta4.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/sqladmin1_beta4-cli).
# Usage
-This documentation was generated from the *SQL Admin* API at revision *20160321*. The CLI is at version *0.3.5*.
+This documentation was generated from the *SQL Admin* API at revision *20160321*. The CLI is at version *0.3.6*.
```bash
sqladmin1-beta4 [options]
diff --git a/gen/sqladmin1_beta4-cli/mkdocs.yml b/gen/sqladmin1_beta4-cli/mkdocs.yml
index e5c63cd02e..15bcf498e6 100644
--- a/gen/sqladmin1_beta4-cli/mkdocs.yml
+++ b/gen/sqladmin1_beta4-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: SQL Admin v0.3.5+20160321
+site_name: SQL Admin v0.3.6+20160321
site_url: http://byron.github.io/google-apis-rs/google-sqladmin1_beta4-cli
site_description: Write integrating applications with bcore
diff --git a/gen/sqladmin1_beta4-cli/src/main.rs b/gen/sqladmin1_beta4-cli/src/main.rs
index e1b9897ffe..e7cb58229c 100644
--- a/gen/sqladmin1_beta4-cli/src/main.rs
+++ b/gen/sqladmin1_beta4-cli/src/main.rs
@@ -3011,7 +3011,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "sqladmin1-beta4",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -4275,7 +4275,7 @@ fn main() {
let mut app = App::new("sqladmin1-beta4")
.author("Sebastian Thiel ")
- .version("0.3.5+20160321")
+ .version("0.3.6+20160321")
.about("Creates and configures Cloud SQL instances, which provide fully-managed MySQL databases.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_sqladmin1_beta4_cli")
.arg(Arg::with_name("url")
diff --git a/gen/storage1-cli/Cargo.toml b/gen/storage1-cli/Cargo.toml
index 247d1f5a2f..ad674c9414 100644
--- a/gen/storage1-cli/Cargo.toml
+++ b/gen/storage1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-storage1-cli"
-version = "0.3.5+20160330"
+version = "0.3.6+20160330"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with storage (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/storage1-cli"
diff --git a/gen/storage1-cli/README.md b/gen/storage1-cli/README.md
index b19c25537c..8a48db20ad 100644
--- a/gen/storage1-cli/README.md
+++ b/gen/storage1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *storage* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/storage1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/storage1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/storage1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/storage1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/storage1-cli).
# Usage
-This documentation was generated from the *storage* API at revision *20160330*. The CLI is at version *0.3.5*.
+This documentation was generated from the *storage* API at revision *20160330*. The CLI is at version *0.3.6*.
```bash
storage1 [options]
diff --git a/gen/storage1-cli/mkdocs.yml b/gen/storage1-cli/mkdocs.yml
index a2bae0a7a6..97a52a1ed7 100644
--- a/gen/storage1-cli/mkdocs.yml
+++ b/gen/storage1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: storage v0.3.5+20160330
+site_name: storage v0.3.6+20160330
site_url: http://byron.github.io/google-apis-rs/google-storage1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/storage1-cli/src/main.rs b/gen/storage1-cli/src/main.rs
index 52e288c059..83960fa4c0 100644
--- a/gen/storage1-cli/src/main.rs
+++ b/gen/storage1-cli/src/main.rs
@@ -3385,7 +3385,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "storage1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -4476,7 +4476,7 @@ fn main() {
let mut app = App::new("storage1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160330")
+ .version("0.3.6+20160330")
.about("Stores and retrieves potentially large, immutable data objects.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_storage1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/storagetransfer1-cli/Cargo.toml b/gen/storagetransfer1-cli/Cargo.toml
index b00cdcc797..f97f963a99 100644
--- a/gen/storagetransfer1-cli/Cargo.toml
+++ b/gen/storagetransfer1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-storagetransfer1-cli"
-version = "0.3.5+20150811"
+version = "0.3.6+20150811"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with storagetransfer (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/storagetransfer1-cli"
diff --git a/gen/storagetransfer1-cli/README.md b/gen/storagetransfer1-cli/README.md
index 3e3aab7afd..74a6a0365a 100644
--- a/gen/storagetransfer1-cli/README.md
+++ b/gen/storagetransfer1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *storagetransfer* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/storagetransfer1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/storagetransfer1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/storagetransfer1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/storagetransfer1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/storagetransfer1-cli).
# Usage
-This documentation was generated from the *storagetransfer* API at revision *20150811*. The CLI is at version *0.3.5*.
+This documentation was generated from the *storagetransfer* API at revision *20150811*. The CLI is at version *0.3.6*.
```bash
storagetransfer1 [options]
diff --git a/gen/storagetransfer1-cli/mkdocs.yml b/gen/storagetransfer1-cli/mkdocs.yml
index f9e04b301b..5996ea4551 100644
--- a/gen/storagetransfer1-cli/mkdocs.yml
+++ b/gen/storagetransfer1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: storagetransfer v0.3.5+20150811
+site_name: storagetransfer v0.3.6+20150811
site_url: http://byron.github.io/google-apis-rs/google-storagetransfer1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/storagetransfer1-cli/src/main.rs b/gen/storagetransfer1-cli/src/main.rs
index 6b4e35ec7c..d48a54507c 100644
--- a/gen/storagetransfer1-cli/src/main.rs
+++ b/gen/storagetransfer1-cli/src/main.rs
@@ -1002,7 +1002,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "storagetransfer1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1332,7 +1332,7 @@ fn main() {
let mut app = App::new("storagetransfer1")
.author("Sebastian Thiel ")
- .version("0.3.5+20150811")
+ .version("0.3.6+20150811")
.about("Transfers data from external data sources to a Google Cloud Storage bucket or between Google Cloud Storage buckets.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_storagetransfer1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/tagmanager1-cli/Cargo.toml b/gen/tagmanager1-cli/Cargo.toml
index 3381ad2ac3..4e41d00925 100644
--- a/gen/tagmanager1-cli/Cargo.toml
+++ b/gen/tagmanager1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-tagmanager1-cli"
-version = "0.3.5+20160310"
+version = "0.3.6+20160310"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with Tag Manager (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/tagmanager1-cli"
diff --git a/gen/tagmanager1-cli/README.md b/gen/tagmanager1-cli/README.md
index cbfab142d9..2da85d25b7 100644
--- a/gen/tagmanager1-cli/README.md
+++ b/gen/tagmanager1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *Tag Manager* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/tagmanager1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/tagmanager1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/tagmanager1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/tagmanager1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/tagmanager1-cli).
# Usage
-This documentation was generated from the *Tag Manager* API at revision *20160310*. The CLI is at version *0.3.5*.
+This documentation was generated from the *Tag Manager* API at revision *20160310*. The CLI is at version *0.3.6*.
```bash
tagmanager1 [options]
diff --git a/gen/tagmanager1-cli/mkdocs.yml b/gen/tagmanager1-cli/mkdocs.yml
index 2c6d084d55..242870959e 100644
--- a/gen/tagmanager1-cli/mkdocs.yml
+++ b/gen/tagmanager1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: Tag Manager v0.3.5+20160310
+site_name: Tag Manager v0.3.6+20160310
site_url: http://byron.github.io/google-apis-rs/google-tagmanager1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/tagmanager1-cli/src/main.rs b/gen/tagmanager1-cli/src/main.rs
index e6b44d0dbc..5c66e57f90 100644
--- a/gen/tagmanager1-cli/src/main.rs
+++ b/gen/tagmanager1-cli/src/main.rs
@@ -3723,7 +3723,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "tagmanager1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -5338,7 +5338,7 @@ fn main() {
let mut app = App::new("tagmanager1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160310")
+ .version("0.3.6+20160310")
.about("Accesses Tag Manager accounts and containers.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_tagmanager1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/taskqueue1_beta2-cli/Cargo.toml b/gen/taskqueue1_beta2-cli/Cargo.toml
index 4fd2a20fb1..54fba0f893 100644
--- a/gen/taskqueue1_beta2-cli/Cargo.toml
+++ b/gen/taskqueue1_beta2-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-taskqueue1_beta2-cli"
-version = "0.3.5+20141111"
+version = "0.3.6+20141111"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with taskqueue (protocol v1beta2)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/taskqueue1_beta2-cli"
diff --git a/gen/taskqueue1_beta2-cli/README.md b/gen/taskqueue1_beta2-cli/README.md
index 2e3ed392e4..ad18ec4853 100644
--- a/gen/taskqueue1_beta2-cli/README.md
+++ b/gen/taskqueue1_beta2-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *taskqueue* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/taskqueue1-beta2.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/taskqueue1-beta2.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/taskqueue1-beta2.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/taskqueue1-beta2.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/taskqueue1_beta2-cli).
# Usage
-This documentation was generated from the *taskqueue* API at revision *20141111*. The CLI is at version *0.3.5*.
+This documentation was generated from the *taskqueue* API at revision *20141111*. The CLI is at version *0.3.6*.
```bash
taskqueue1-beta2 [options]
diff --git a/gen/taskqueue1_beta2-cli/mkdocs.yml b/gen/taskqueue1_beta2-cli/mkdocs.yml
index c705bf18f8..6cfcabea47 100644
--- a/gen/taskqueue1_beta2-cli/mkdocs.yml
+++ b/gen/taskqueue1_beta2-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: taskqueue v0.3.5+20141111
+site_name: taskqueue v0.3.6+20141111
site_url: http://byron.github.io/google-apis-rs/google-taskqueue1_beta2-cli
site_description: Write integrating applications with bcore
diff --git a/gen/taskqueue1_beta2-cli/src/main.rs b/gen/taskqueue1_beta2-cli/src/main.rs
index a1d9db83be..d549fd43d8 100644
--- a/gen/taskqueue1_beta2-cli/src/main.rs
+++ b/gen/taskqueue1_beta2-cli/src/main.rs
@@ -675,7 +675,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "taskqueue1-beta2",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1009,7 +1009,7 @@ fn main() {
let mut app = App::new("taskqueue1-beta2")
.author("Sebastian Thiel ")
- .version("0.3.5+20141111")
+ .version("0.3.6+20141111")
.about("Lets you access a Google App Engine Pull Task Queue over REST.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_taskqueue1_beta2_cli")
.arg(Arg::with_name("url")
diff --git a/gen/tasks1-cli/Cargo.toml b/gen/tasks1-cli/Cargo.toml
index 36a27c11f9..f939404525 100644
--- a/gen/tasks1-cli/Cargo.toml
+++ b/gen/tasks1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-tasks1-cli"
-version = "0.3.5+20141121"
+version = "0.3.6+20141121"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with tasks (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/tasks1-cli"
diff --git a/gen/tasks1-cli/README.md b/gen/tasks1-cli/README.md
index c8bfd6d98e..ceb232901d 100644
--- a/gen/tasks1-cli/README.md
+++ b/gen/tasks1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *tasks* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/tasks1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/tasks1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/tasks1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/tasks1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/tasks1-cli).
# Usage
-This documentation was generated from the *tasks* API at revision *20141121*. The CLI is at version *0.3.5*.
+This documentation was generated from the *tasks* API at revision *20141121*. The CLI is at version *0.3.6*.
```bash
tasks1 [options]
diff --git a/gen/tasks1-cli/mkdocs.yml b/gen/tasks1-cli/mkdocs.yml
index e1cd80887a..7801d0f3a0 100644
--- a/gen/tasks1-cli/mkdocs.yml
+++ b/gen/tasks1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: tasks v0.3.5+20141121
+site_name: tasks v0.3.6+20141121
site_url: http://byron.github.io/google-apis-rs/google-tasks1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/tasks1-cli/src/main.rs b/gen/tasks1-cli/src/main.rs
index 940fd138ef..220ce3e7c0 100644
--- a/gen/tasks1-cli/src/main.rs
+++ b/gen/tasks1-cli/src/main.rs
@@ -1158,7 +1158,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "tasks1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1552,7 +1552,7 @@ fn main() {
let mut app = App::new("tasks1")
.author("Sebastian Thiel ")
- .version("0.3.5+20141121")
+ .version("0.3.6+20141121")
.about("Lets you manage your tasks and task lists.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_tasks1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/translate2-cli/Cargo.toml b/gen/translate2-cli/Cargo.toml
index 979067c4dd..ab11e641b2 100644
--- a/gen/translate2-cli/Cargo.toml
+++ b/gen/translate2-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-translate2-cli"
-version = "0.3.5+20160217"
+version = "0.3.6+20160217"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with translate (protocol v2)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/translate2-cli"
diff --git a/gen/translate2-cli/README.md b/gen/translate2-cli/README.md
index a65e6f068e..429343958a 100644
--- a/gen/translate2-cli/README.md
+++ b/gen/translate2-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *translate* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/translate2.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/translate2.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/translate2.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/translate2.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/translate2-cli).
# Usage
-This documentation was generated from the *translate* API at revision *20160217*. The CLI is at version *0.3.5*.
+This documentation was generated from the *translate* API at revision *20160217*. The CLI is at version *0.3.6*.
```bash
translate2 [options]
diff --git a/gen/translate2-cli/mkdocs.yml b/gen/translate2-cli/mkdocs.yml
index 9ab5802fcf..0f02e0485b 100644
--- a/gen/translate2-cli/mkdocs.yml
+++ b/gen/translate2-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: translate v0.3.5+20160217
+site_name: translate v0.3.6+20160217
site_url: http://byron.github.io/google-apis-rs/google-translate2-cli
site_description: Write integrating applications with bcore
diff --git a/gen/translate2-cli/src/main.rs b/gen/translate2-cli/src/main.rs
index 45e021bb97..747778ac92 100644
--- a/gen/translate2-cli/src/main.rs
+++ b/gen/translate2-cli/src/main.rs
@@ -286,7 +286,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "translate2",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -405,7 +405,7 @@ fn main() {
let mut app = App::new("translate2")
.author("Sebastian Thiel ")
- .version("0.3.5+20160217")
+ .version("0.3.6+20160217")
.about("Lets you translate text from one language to another")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_translate2_cli")
.arg(Arg::with_name("folder")
diff --git a/gen/urlshortener1-cli/Cargo.toml b/gen/urlshortener1-cli/Cargo.toml
index f2b195ac00..9e94bb92a5 100644
--- a/gen/urlshortener1-cli/Cargo.toml
+++ b/gen/urlshortener1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-urlshortener1-cli"
-version = "0.3.5+20150519"
+version = "0.3.6+20150519"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with urlshortener (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/urlshortener1-cli"
diff --git a/gen/urlshortener1-cli/README.md b/gen/urlshortener1-cli/README.md
index ebbabbbcaa..a83941de65 100644
--- a/gen/urlshortener1-cli/README.md
+++ b/gen/urlshortener1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *urlshortener* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/urlshortener1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/urlshortener1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/urlshortener1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/urlshortener1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/urlshortener1-cli).
# Usage
-This documentation was generated from the *urlshortener* API at revision *20150519*. The CLI is at version *0.3.5*.
+This documentation was generated from the *urlshortener* API at revision *20150519*. The CLI is at version *0.3.6*.
```bash
urlshortener1 [options]
diff --git a/gen/urlshortener1-cli/mkdocs.yml b/gen/urlshortener1-cli/mkdocs.yml
index 355cdb3da6..2e89e6850b 100644
--- a/gen/urlshortener1-cli/mkdocs.yml
+++ b/gen/urlshortener1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: urlshortener v0.3.5+20150519
+site_name: urlshortener v0.3.6+20150519
site_url: http://byron.github.io/google-apis-rs/google-urlshortener1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/urlshortener1-cli/src/main.rs b/gen/urlshortener1-cli/src/main.rs
index 1a1ae1c3bc..d2ad6c90ca 100644
--- a/gen/urlshortener1-cli/src/main.rs
+++ b/gen/urlshortener1-cli/src/main.rs
@@ -323,7 +323,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "urlshortener1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -430,7 +430,7 @@ fn main() {
let mut app = App::new("urlshortener1")
.author("Sebastian Thiel ")
- .version("0.3.5+20150519")
+ .version("0.3.6+20150519")
.about("Lets you create, inspect, and manage goo.gl short URLs")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_urlshortener1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/webfonts1-cli/Cargo.toml b/gen/webfonts1-cli/Cargo.toml
index 1215e8c085..622de32144 100644
--- a/gen/webfonts1-cli/Cargo.toml
+++ b/gen/webfonts1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-webfonts1-cli"
-version = "0.3.5+20160302"
+version = "0.3.6+20160302"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with webfonts (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/webfonts1-cli"
diff --git a/gen/webfonts1-cli/README.md b/gen/webfonts1-cli/README.md
index 64c36a4594..41ad47ca4d 100644
--- a/gen/webfonts1-cli/README.md
+++ b/gen/webfonts1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *webfonts* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/webfonts1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/webfonts1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/webfonts1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/webfonts1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/webfonts1-cli).
# Usage
-This documentation was generated from the *webfonts* API at revision *20160302*. The CLI is at version *0.3.5*.
+This documentation was generated from the *webfonts* API at revision *20160302*. The CLI is at version *0.3.6*.
```bash
webfonts1 [options]
diff --git a/gen/webfonts1-cli/mkdocs.yml b/gen/webfonts1-cli/mkdocs.yml
index 93cb620827..6a9691345b 100644
--- a/gen/webfonts1-cli/mkdocs.yml
+++ b/gen/webfonts1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: webfonts v0.3.5+20160302
+site_name: webfonts v0.3.6+20160302
site_url: http://byron.github.io/google-apis-rs/google-webfonts1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/webfonts1-cli/src/main.rs b/gen/webfonts1-cli/src/main.rs
index 7dd8e5b4fc..0f96d740e6 100644
--- a/gen/webfonts1-cli/src/main.rs
+++ b/gen/webfonts1-cli/src/main.rs
@@ -156,7 +156,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "webfonts1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -219,7 +219,7 @@ fn main() {
let mut app = App::new("webfonts1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160302")
+ .version("0.3.6+20160302")
.about("Accesses the metadata for all families served by Google Fonts, providing a list of families currently available (including available styles and a list of supported script subsets).")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_webfonts1_cli")
.arg(Arg::with_name("folder")
diff --git a/gen/webmasters3-cli/Cargo.toml b/gen/webmasters3-cli/Cargo.toml
index 437d526e5c..13e1fb6792 100644
--- a/gen/webmasters3-cli/Cargo.toml
+++ b/gen/webmasters3-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-webmasters3-cli"
-version = "0.3.5+20160317"
+version = "0.3.6+20160317"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with webmasters (protocol v3)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/webmasters3-cli"
diff --git a/gen/webmasters3-cli/README.md b/gen/webmasters3-cli/README.md
index 9b37f1b947..68bb2f2ab0 100644
--- a/gen/webmasters3-cli/README.md
+++ b/gen/webmasters3-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *webmasters* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/webmasters3.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/webmasters3.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/webmasters3.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/webmasters3.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/webmasters3-cli).
# Usage
-This documentation was generated from the *webmasters* API at revision *20160317*. The CLI is at version *0.3.5*.
+This documentation was generated from the *webmasters* API at revision *20160317*. The CLI is at version *0.3.6*.
```bash
webmasters3 [options]
diff --git a/gen/webmasters3-cli/mkdocs.yml b/gen/webmasters3-cli/mkdocs.yml
index 22e47b6627..984bc37ea4 100644
--- a/gen/webmasters3-cli/mkdocs.yml
+++ b/gen/webmasters3-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: webmasters v0.3.5+20160317
+site_name: webmasters v0.3.6+20160317
site_url: http://byron.github.io/google-apis-rs/google-webmasters3-cli
site_description: Write integrating applications with bcore
diff --git a/gen/webmasters3-cli/src/main.rs b/gen/webmasters3-cli/src/main.rs
index 421ab7e03c..a240876fc2 100644
--- a/gen/webmasters3-cli/src/main.rs
+++ b/gen/webmasters3-cli/src/main.rs
@@ -860,7 +860,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "webmasters3",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1243,7 +1243,7 @@ fn main() {
let mut app = App::new("webmasters3")
.author("Sebastian Thiel ")
- .version("0.3.5+20160317")
+ .version("0.3.6+20160317")
.about("View Google Search Console data for your verified sites.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_webmasters3_cli")
.arg(Arg::with_name("url")
diff --git a/gen/youtube3-cli/Cargo.toml b/gen/youtube3-cli/Cargo.toml
index bd9bc0bccd..ad6d2989fe 100644
--- a/gen/youtube3-cli/Cargo.toml
+++ b/gen/youtube3-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-youtube3-cli"
-version = "0.3.5+20160222"
+version = "0.3.6+20160222"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with YouTube (protocol v3)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/youtube3-cli"
diff --git a/gen/youtube3-cli/README.md b/gen/youtube3-cli/README.md
index 90a6e37cc1..08b37b4922 100644
--- a/gen/youtube3-cli/README.md
+++ b/gen/youtube3-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *YouTube* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/youtube3.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/youtube3.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/youtube3.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/youtube3.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/youtube3-cli).
# Usage
-This documentation was generated from the *YouTube* API at revision *20160222*. The CLI is at version *0.3.5*.
+This documentation was generated from the *YouTube* API at revision *20160222*. The CLI is at version *0.3.6*.
```bash
youtube3 [options]
diff --git a/gen/youtube3-cli/mkdocs.yml b/gen/youtube3-cli/mkdocs.yml
index a5390b24e6..607034abb8 100644
--- a/gen/youtube3-cli/mkdocs.yml
+++ b/gen/youtube3-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: YouTube v0.3.5+20160222
+site_name: YouTube v0.3.6+20160222
site_url: http://byron.github.io/google-apis-rs/google-youtube3-cli
site_description: Write integrating applications with bcore
diff --git a/gen/youtube3-cli/src/main.rs b/gen/youtube3-cli/src/main.rs
index d35dae6102..f3a1173b40 100644
--- a/gen/youtube3-cli/src/main.rs
+++ b/gen/youtube3-cli/src/main.rs
@@ -6629,7 +6629,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "youtube3",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -8322,7 +8322,7 @@ fn main() {
let mut app = App::new("youtube3")
.author("Sebastian Thiel ")
- .version("0.3.5+20160222")
+ .version("0.3.6+20160222")
.about("Programmatic access to YouTube features.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_youtube3_cli")
.arg(Arg::with_name("url")
diff --git a/gen/youtubeanalytics1-cli/Cargo.toml b/gen/youtubeanalytics1-cli/Cargo.toml
index 220815b60e..ad57354355 100644
--- a/gen/youtubeanalytics1-cli/Cargo.toml
+++ b/gen/youtubeanalytics1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-youtubeanalytics1-cli"
-version = "0.3.5+20160301"
+version = "0.3.6+20160301"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with YouTube Analytics (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/youtubeanalytics1-cli"
diff --git a/gen/youtubeanalytics1-cli/README.md b/gen/youtubeanalytics1-cli/README.md
index a807a5823e..e71438faaf 100644
--- a/gen/youtubeanalytics1-cli/README.md
+++ b/gen/youtubeanalytics1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *YouTube Analytics* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/youtubeanalytics1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/youtubeanalytics1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/youtubeanalytics1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/youtubeanalytics1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/youtubeanalytics1-cli).
# Usage
-This documentation was generated from the *YouTube Analytics* API at revision *20160301*. The CLI is at version *0.3.5*.
+This documentation was generated from the *YouTube Analytics* API at revision *20160301*. The CLI is at version *0.3.6*.
```bash
youtubeanalytics1 [options]
diff --git a/gen/youtubeanalytics1-cli/mkdocs.yml b/gen/youtubeanalytics1-cli/mkdocs.yml
index 2465683cf4..96d3ebfe7d 100644
--- a/gen/youtubeanalytics1-cli/mkdocs.yml
+++ b/gen/youtubeanalytics1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: YouTube Analytics v0.3.5+20160301
+site_name: YouTube Analytics v0.3.6+20160301
site_url: http://byron.github.io/google-apis-rs/google-youtubeanalytics1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/youtubeanalytics1-cli/src/main.rs b/gen/youtubeanalytics1-cli/src/main.rs
index c7b48ecd86..726ef4f36d 100644
--- a/gen/youtubeanalytics1-cli/src/main.rs
+++ b/gen/youtubeanalytics1-cli/src/main.rs
@@ -838,7 +838,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "youtubeanalytics1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -1125,7 +1125,7 @@ fn main() {
let mut app = App::new("youtubeanalytics1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160301")
+ .version("0.3.6+20160301")
.about("Retrieves your YouTube Analytics reports.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_youtubeanalytics1_cli")
.arg(Arg::with_name("url")
diff --git a/gen/youtubereporting1-cli/Cargo.toml b/gen/youtubereporting1-cli/Cargo.toml
index a5f5e5d569..4ae77c0f93 100644
--- a/gen/youtubereporting1-cli/Cargo.toml
+++ b/gen/youtubereporting1-cli/Cargo.toml
@@ -4,7 +4,7 @@
[package]
name = "google-youtubereporting1-cli"
-version = "0.3.5+20160315"
+version = "0.3.6+20160315"
authors = ["Sebastian Thiel "]
description = "A complete library to interact with YouTube Reporting (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/youtubereporting1-cli"
diff --git a/gen/youtubereporting1-cli/README.md b/gen/youtubereporting1-cli/README.md
index 98177baf1b..5d48dc4fd8 100644
--- a/gen/youtubereporting1-cli/README.md
+++ b/gen/youtubereporting1-cli/README.md
@@ -17,14 +17,14 @@ Everything else about the *YouTube Reporting* API can be found at the
You can download the pre-compiled 64bit binaries for the following platforms:
-*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.5/ubuntu/youtubereporting1.tar.gz)
-*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.5/osx/youtubereporting1.tar.gz)
+*  [ubuntu](http://dl.byronimo.de/google.rs/cli/0.3.6/ubuntu/youtubereporting1.tar.gz)
+*  [osx](http://dl.byronimo.de/google.rs/cli/0.3.6/osx/youtubereporting1.tar.gz)
Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/master/gen/youtubereporting1-cli).
# Usage
-This documentation was generated from the *YouTube Reporting* API at revision *20160315*. The CLI is at version *0.3.5*.
+This documentation was generated from the *YouTube Reporting* API at revision *20160315*. The CLI is at version *0.3.6*.
```bash
youtubereporting1 [options]
diff --git a/gen/youtubereporting1-cli/mkdocs.yml b/gen/youtubereporting1-cli/mkdocs.yml
index 3237212c69..440748e87a 100644
--- a/gen/youtubereporting1-cli/mkdocs.yml
+++ b/gen/youtubereporting1-cli/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: YouTube Reporting v0.3.5+20160315
+site_name: YouTube Reporting v0.3.6+20160315
site_url: http://byron.github.io/google-apis-rs/google-youtubereporting1-cli
site_description: Write integrating applications with bcore
diff --git a/gen/youtubereporting1-cli/src/main.rs b/gen/youtubereporting1-cli/src/main.rs
index 2b09bfa619..4568d3dde0 100644
--- a/gen/youtubereporting1-cli/src/main.rs
+++ b/gen/youtubereporting1-cli/src/main.rs
@@ -663,7 +663,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "youtubereporting1",
db_dir: config_dir.clone(),
- }, Some(FlowType::InstalledInteractive));
+ }, Some(FlowType::InstalledRedirect(54324)));
let client =
if opt.is_present("debug") {
@@ -890,7 +890,7 @@ fn main() {
let mut app = App::new("youtubereporting1")
.author("Sebastian Thiel ")
- .version("0.3.5+20160315")
+ .version("0.3.6+20160315")
.about("Schedules reporting jobs and downloads the resulting bulk data reports about YouTube channels, videos, etc. in the form of CSV files.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_youtubereporting1_cli")
.arg(Arg::with_name("url")