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
drive2 [options]
@@ -53,6 +53,14 @@ drive2 [options]
list <file-id> [-p <v>]... [-o <out>]
patch <file-id> <comment-id> (-r <kv>)... [-p <v>]... [-o <out>]
update <file-id> <comment-id> (-r <kv>)... [-p <v>]... [-o <out>]
drives
delete <drive-id> [-p <v>]...
get <drive-id> [-p <v>]... [-o <out>]
hide <drive-id> [-p <v>]... [-o <out>]
insert <request-id> (-r <kv>)... [-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>]
delete <file-id> [-p <v>]...