DreadPirateShawn / goodreads

:snake: Python wrapper for Goodreads API :books:
0 stars 0 forks source link

Feature request: Expose review info for books on shelf #7

Closed DreadPirateShawn closed 5 years ago

DreadPirateShawn commented 5 years ago

The <rating> value is present in the reviews API, e.g. https://www.goodreads.com/review/list/18761398.xml?v=2 aka "Get the books on a members shelf".

The data is outside the <book> object in the review response, so it's not obtainable via the book._book_dict.

The request here is to expand the client.shelf() response to include the full review data, not just the book object.