I've been reading the API docs for a long time and still can't figure out what's the best way of getting the books from a user (oauth) currently reading shelf that includes also their progress on each book.
The closer I can get is by using "review/list" and then for each review do a "review/show". But that's seems really wasteful (1+N).
Sadly, the public API does not seem to be maintained anymore, which means that's currently the only way to get those details. I have had the exact same question for a few years now, but I don't expect Amazon is gonna give us access to anything more modern …
The closer I can get is by using "review/list" and then for each review do a "review/show". But that's seems really wasteful (1+N).
Isn't there a better way?