Goodreads Developers discussion
questions
>
Best way to get which page a user is on?
date
newest »



I'll just issue a separate show_by_user_and_book for each book and see what that does to perf. I'm caching pretty heavily so hopefully it won't be too bad.
Thanks
1 call to review/list.xml to get the list of the books on a users "currently-reading" shelf.
N calls for each book to review/show_by_user_and_book.xml
Is there a better way to get what percentage complete a user is on each of their books?
Thanks