Add documentation #473
ruststarter
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
The documentation is generated from the json-schema that is available for each API. If they use the same ID for many different kinds of objects without further describing what ID that is supposed to be in the method documentation, there is nothing to go on. In these situations you'd probably want to head over to the official Google docs for the respective API and see if that sheds some light. If it interests you, a great deal of time was spent in making the documentation what it is today, and it could be much, much worse. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 ?
Beta Was this translation helpful? Give feedback.
All reactions