mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Upgrade to latest API versions + code regen
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user