Goodreads Developers discussion

54 views
questions > Understanding the Developer Terms of Service

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

message 1: by Benji (new)

Benji Wiebe (benjiwiebe) | 3 comments In the Goodreads Developer Terms of Service:

1. Not request any method more than once a second. Goodreads tracks all requests made by developers.

This is a bit ambiguous to me.
Does this mean to not make more than one API request per second? Or does this mean not to call the *same* API method more than once a second?

Thanks!


message 2: by Michael (new)

Michael Economy (michaeleconomy) It means do not make more than one API request per second.


Sorry it was confusing.


message 3: by Benji (new)

Benji Wiebe (benjiwiebe) | 3 comments So if I want to write a program to get the user ID of whoever authorized with OAuth, and then list the books in their to-read shelf, and then update the status, it will have to take at least 3 seconds?


message 4: by Michael (new)

Michael Economy (michaeleconomy) Yes.


message 5: by Benji (new)

Benji Wiebe (benjiwiebe) | 3 comments OK, thank you.


back to top