I saw there is a header name `X-Request-Count`
in BitBucket API response header. What does it mean?
Does it mean I’ve made X requests in total? Based on what period? Per day? Per month? Lifetime?
Does it mean I have X left in the rate limit balance pool?
I’m trying to find a way to see how much left in my BitBucket rate limit balance pool. Something like this. Is there any?
https://confluence.atlassian.com/bitbucket/rate-limits-668173227.html Outlines what is and is not included in the API rate limiting logic, and the time period (1000 per rolling hour).
CCM
I'm aware of that link and it's content. I'm making requests to /2.0/repositories/* and I need a way to find out how much requests left that I could make in that hour.
Correct me if I'm wrong here, there's no way/endpoint to check right?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.