Bump version to 1.0.9; update JSON schemas; add new APIs

This commit is contained in:
Sebastian Thiel
2019-07-05 11:32:35 +08:00
parent 99e97ceece
commit e42ebc0c2b
2442 changed files with 190984 additions and 71186 deletions

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 *drive* API at revision *20190328*. The CLI is at version *1.0.8*.
This documentation was generated from the *drive* API at revision *20190620*. The CLI is at version *1.0.9*.
```bash
drive3 [options]
@@ -43,6 +43,14 @@ drive3 [options]
get <file-id> <comment-id> [-p <v>]... [-o <out>]
list <file-id> [-p <v>]... [-o <out>]
update <file-id> <comment-id> (-r <kv>)... [-p <v>]... [-o <out>]
drives
create <request-id> (-r <kv>)... [-p <v>]... [-o <out>]
delete <drive-id> [-p <v>]...
get <drive-id> [-p <v>]... [-o <out>]
hide <drive-id> [-p <v>]... [-o <out>]
list [-p <v>]... [-o <out>]
unhide <drive-id> [-p <v>]... [-o <out>]
update <drive-id> (-r <kv>)... [-p <v>]... [-o <out>]
files
copy <file-id> (-r <kv>)... [-p <v>]... [-o <out>]
create (-r <kv>)... (-u (simple|resumable) -f <file> [-m <mime>]) [-p <v>]... [-o <out>]