Hi, I have implemented book search in my application. It returns a list of book but doesn't provide ISBN of a book. Is there any way that i can get ISBN in search response?
Secondly, I need description of book too in response, but for that I have to request for the book using Goodreads ID. Is there any way to get partial response only, I mean specific fields that I need (in this case description)? Thanks
I have implemented book search in my application. It returns a list of book but doesn't provide ISBN of a book.
Is there any way that i can get ISBN in search response?
Secondly, I need description of book too in response, but for that I have to request for the book using Goodreads ID.
Is there any way to get partial response only, I mean specific fields that I need (in this case description)?
Thanks