Still trying to get my head round the rate limits. Ok 15/15 rate limits self explanatory only 15 calls per 15 minutes and the 180/15 ditto, but how do these work together, are they independant, i.e. can I still use the 180/15 rate calls when I have run up against the 15/15 rate limit, or do I need to stop at 14/15 calls, so not rate limited, then I can make the 180/15 calls? I guess that the post calls are not affected at all by this?
I have read a bit more and mention is made of resource families, seems like each type of call has its own rate limit eg.
"/users/suggestions": {
"limit": 15,
"remaining": 15,
"reset": 1403602426
},
So are all the calls independant of each other, so if even if I am up against the rate limit for /users/suggestions I can still, for example, immediately call /users/contributors, if I haven’t made any calls to this endpoint yet?
Cheers
Dave