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

@@ -1,4 +1,4 @@
site_name: drive v1.0.8+20190328
site_name: drive v1.0.9+20190620
site_url: http://byron.github.io/google-apis-rs/google-drive2-cli
site_description: A complete library to interact with drive (protocol v2)
@@ -27,6 +27,13 @@ pages:
- ['comments_list.md', 'Comments', 'List']
- ['comments_patch.md', 'Comments', 'Patch']
- ['comments_update.md', 'Comments', 'Update']
- ['drives_delete.md', 'Drives', 'Delete']
- ['drives_get.md', 'Drives', 'Get']
- ['drives_hide.md', 'Drives', 'Hide']
- ['drives_insert.md', 'Drives', 'Insert']
- ['drives_list.md', 'Drives', 'List']
- ['drives_unhide.md', 'Drives', 'Unhide']
- ['drives_update.md', 'Drives', 'Update']
- ['files_copy.md', 'Files', 'Copy']
- ['files_delete.md', 'Files', 'Delete']
- ['files_empty-trash.md', 'Files', 'Empty Trash']
@@ -79,5 +86,5 @@ pages:
theme: readthedocs
copyright: Copyright © 2015-2016, `Sebastian Thiel`
copyright: Copyright © 2015-2019, `Sebastian Thiel`