Each time the key gets updated, the expiry is reset (see here).
What is happening
- Setup endpoint that allows 100 requests per 1 day
- Make 90 requests in 1 hour (at time 00:00)
- 22 hours later make 9 more requests (at time 22:00)
- 3 hours after that make 2 requests (at time 01:00 the next day)
The last request will be rate limited.
What should be happening
In the example above, 24 hours after the first request (midnight on the second day) the rate limiting should have been reset. At step 4, there should be 100 remaining requests available, however there is only 1.
Each time the key gets updated, the expiry is reset (see here).
What is happening
The last request will be rate limited.
What should be happening
In the example above, 24 hours after the first request (midnight on the second day) the rate limiting should have been reset. At step 4, there should be 100 remaining requests available, however there is only 1.