Byron / google-apis-rs

A binding and CLI generator for all Google APIs
http://byron.github.io/google-apis-rs
Other
983 stars 132 forks source link

Add documentation #472

Closed ruststarter closed 5 months ago

ruststarter commented 5 months ago

The documentation is weak, in particular about ID's. For example, books1 mylibrary bookshelves-add-volume requires a bookshelf id and a volume id. It does not say what these id's are. One can figure out the bookshelf id is obtained from bookshelves list. But I have yet no clue about what is a volume id. I have tried the ISBN id, it does not work. How do I add a volume by giving its ISBN number ?