Goodreads Developers discussion
questions
>
How is the API Limit Calculated?
date
newest »

message 1:
by
Samuel
(new)
Jun 23, 2015 08:25PM

reply
|
flag

Can you explain what your app does?

I'm writing (another) Windows Phone app. The two current ones are either too complex or buggy to be useful so the community asked me to look into making one for them. It will let you browse books, authors and other basic tasks.
My concern is that if I have 10 concurrent users that means each user can only take 1 API touching action every 10 seconds. There also is not a way to limit this reasonably since no app will have insight into the others that are running.
At this point I'm still evaluating what the best way to approach this is and if I can work around it.

The limits are really more focused on non client apps, we want to make sure we can scale to handle all incoming traffic and not put any of our user's experience at risk.
If we see a lot of unusual traffic coming from your application ID we'll work with you to come up with a solution, but for this use case, you shouldn't have an intermediate server.
Hope this helps,
-Michael