Byron/google-apis-rs

Add documentation

ruststarter opened this issue · 0 comments

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 ?