Upgrade to latest API versions + code regen

This commit is contained in:
Sebastian Thiel
2017-12-12 14:30:54 +01:00
parent dc30217711
commit 357a0e650e
776 changed files with 356718 additions and 104442 deletions

View File

@@ -1240,12 +1240,12 @@ fn main() {
Some(false)),
]),
("data-sources-data-point-changes-list",
Some(r##"results ordered by descending end_time"##),
Some(r##"Queries for user's data point changes for a particular data source."##),
"Details at http://byron.github.io/google-apis-rs/google_fitness1_cli/users_data-sources-data-point-changes-list",
vec![
(Some(r##"user-id"##),
None,
Some(r##"List data points for the person identified. Use "me" to indicate the authenticated user. Only "me" is supported at this time."##),
Some(r##"List data points for the person identified. Use me to indicate the authenticated user. Only me is supported at this time."##),
Some(true),
Some(false)),
@@ -1631,7 +1631,7 @@ fn main() {
let mut app = App::new("fitness1")
.author("Sebastian Thiel <byronimo@gmail.com>")
.version("1.0.6+20170830")
.version("1.0.6+20170922")
.about("Stores and accesses user data in the fitness store from apps on any platform.")
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_fitness1_cli")
.arg(Arg::with_name("url")