Goodreads Developers discussion

70 views
bugs > Get a user's shelves

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

message 1: by Gregg (new)

Gregg (greggmarshall) | 105 comments This API's sample URL is missing any parameters so you get a "not found" error.

Works fine with
http://www.goodreads.com/shelf/list.x...

Is it really possible anyone has more than 50 shelves???

Why is this API use the parameter label 'user_id' and almost every other API use simply 'id'?


message 2: by Ettore (new)

Ettore Pasquini Gregg wrote:
Is it really possible anyone has more than 50 shelves???


yup!

Gregg wrote: Why is this API use the parameter label 'user_id' and almost every other API use simply 'id'?

To make it clear we are referring to a user id, not a shelf id.


message 3: by Gregg (new)

Gregg (greggmarshall) | 105 comments wow, what is a user ID that has that many (so I can check my code)?


message 4: by Michael (new)

Michael Economy (michaeleconomy) he's got quite a few, i think some users have over 1000, but since we don't have an index on that, finding an example is a little expensive.


back to top