From a book ID or ISBN, can the API be used to find users who have rated that book, i.e. read that book?
I am not asking about some known user's or users' rating(s) of a known book. I have a book or books, and I want to find users who have rated those books in various ways, 1-5.
I know I could do an O(NxM) search, but that is ... not ... a good idea.
From a book ID or ISBN, can the API be used to find users who have rated that book, i.e. read that book?
I am not asking about some known user's or users' rating(s) of a known book. I have a book or books, and I want to find users who have rated those books in various ways, 1-5.
I know I could do an O(NxM) search, but that is ... not ... a good idea.