I've added param url attribute with url to selected book page. This is needed for example when you go on recommendations tab user see list with books with main info (name, author etc.). And when user click on the book, he must be redirected to the page with detailed info of this book, where will be also ability to start reading, comment, rate etc. as on the selected book page in the Web UI.
So, the new book object will be like this:
I've added param url attribute with url to selected book page. This is needed for example when you go on recommendations tab user see list with books with main info (name, author etc.). And when user click on the book, he must be redirected to the page with detailed info of this book, where will be also ability to start reading, comment, rate etc. as on the selected book page in the Web UI. So, the new book object will be like this:
Please do refactorings where you parse this data if needed.