Categories: General discussion :

Why results are different for "books.volumes.list" and "books.volumes.get" APIs?

Showing 1-3 of 3 messages
Why results are different for "books.volumes.list" and "books.volumes.get" APIs? yoasha 3/22/12 6:43 AM I found out that when searching using "books.volumes.list", the VolumeInfo is missing some entries appearing for book retrieved using "books.volumes.get" I'll better give an example: Step 1. On the Google APIs Explorer, search ISBN using "books.volum
Re: Why results are different for "books.volumes.list" and "books.volumes.get" APIs? David Reader 3/29/12 5:26 PM Hi yoasha, The books.volumes.list is for search (hence the "q" param for query).  The dataset where queries are stored contains only a subset of all the metadata we have on a book.  This is to facilitate faster search. To pull the full metadata, yo
Re: Why results are different for "books.volumes.list" and "books.volumes.get" APIs? yoasha 3/30/12 3:21 AM Thanks for your answer! I did many tests regarding this and there are almost no differences between the APIs except the "dimensions" field (categories also behave different as the "query" API will bring single result while "get" will bring multiple r