Goodreads Developers discussion

7 views
questions > Comments order

Comments Showing 1-3 of 3 (3 new)    post a comment »
dateUp arrow    newest »

message 1: by Peter (last edited Jul 14, 2013 05:52AM) (new)

Peter Mitri (petermitri) | 50 comments Hi,
Is it possible to reverse the order of the comments order in the comments.list method? So that it could be the same order as the comments listed in the review.show method.

I already tried to add a "order=a" and "order=d" parameter but it doesn't seem to do anything.


message 2: by Ettore (new)

Ettore Pasquini Hi Peter, unfortunately the comment#list api loads comments in descending order only at the moment. I'll see if we can make this more customizable soon, but we are pretty busy at the moment.


message 3: by Peter (new)

Peter Mitri (petermitri) | 50 comments Hi Ettore,

I came up with a workaround by reversing the order of the comments/pages downloaded in the comments.list method, and saving as much as I can downloaded comments from the review.show response.

No more need to put any extra work into this, at least for me.
Thanks!


back to top