Update to latest versions of API declarations

This commit is contained in:
Sebastian Thiel
2018-10-13 13:49:14 +02:00
parent 5a67475b54
commit 255c7f5ad5
1508 changed files with 819225 additions and 838421 deletions

View File

@@ -4,7 +4,7 @@
[package]
name = "google-youtubereporting1-cli"
version = "1.0.7+20171208"
version = "1.0.7+20181010"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with YouTube Reporting (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/youtubereporting1-cli"
@@ -12,9 +12,11 @@ homepage = "https://developers.google.com/youtube/reporting/v1/reports/"
documentation = "http://byron.github.io/google-apis-rs/google_youtubereporting1_cli"
license = "MIT"
keywords = ["youtubereporting", "google", "cli"]
autobins = false
[[bin]]
name = "youtubereporting1"
path = "src/main.rs"
[dev-dependencies]
hyper-rustls = "^0.6"
@@ -37,4 +39,4 @@ clap = "^2.0"
[dependencies.google-youtubereporting1]
path = "../youtubereporting1"
version = "1.0.7+20171208"
version = "1.0.7+20181010"

View File

@@ -25,7 +25,7 @@ Find the source code [on github](https://github.com/Byron/google-apis-rs/tree/ma
# Usage
This documentation was generated from the *YouTube Reporting* API at revision *20171208*. The CLI is at version *1.0.7*.
This documentation was generated from the *YouTube Reporting* API at revision *20181010*. The CLI is at version *1.0.7*.
```bash
youtubereporting1 [options]

View File

@@ -1,4 +1,4 @@
site_name: YouTube Reporting v1.0.7+20171208
site_name: YouTube Reporting v1.0.7+20181010
site_url: http://byron.github.io/google-apis-rs/google-youtubereporting1-cli
site_description: A complete library to interact with YouTube Reporting (protocol v1)

View File

@@ -678,11 +678,10 @@ impl<'n> Engine<'n> {
let engine = Engine {
opt: opt,
hub: api::YouTubeReporting::new(client, auth),
gp: vec!["$-xgafv", "access-token", "alt", "bearer-token", "callback", "fields", "key", "oauth-token", "pp", "pretty-print", "quota-user", "upload-type", "upload-protocol"],
gp: vec!["$-xgafv", "access-token", "alt", "callback", "fields", "key", "oauth-token", "pretty-print", "quota-user", "upload-type", "upload-protocol"],
gpm: vec![
("$-xgafv", "$.xgafv"),
("access-token", "access_token"),
("bearer-token", "bearer_token"),
("oauth-token", "oauth_token"),
("pretty-print", "prettyPrint"),
("quota-user", "quotaUser"),
@@ -853,8 +852,7 @@ fn main() {
vec![
(Some(r##"resource-name"##),
None,
Some(r##"Name of the media that is being downloaded. See
ReadRequest.resource_name."##),
Some(r##"Name of the media that is being downloaded."##),
Some(true),
Some(false)),
@@ -895,7 +893,7 @@ fn main() {
let mut app = App::new("youtubereporting1")
.author("Sebastian Thiel <byronimo@gmail.com>")
.version("1.0.7+20171208")
.version("1.0.7+20181010")
.about("Schedules reporting jobs containing your YouTube Analytics data and downloads the resulting bulk data reports 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")