ratelimit | R Documentation |
Checks the ratelimit values after the last request and stores the left requests in a global variable.
ratelimit(req)
req |
value returned from the |
Requests to the Strava API are rate-limited. The default rate limit allows 600 requests every 15 minutes, with up to 30,000 requests per day. See the documentation at https://strava.github.io/api/#access.
A variable for the current limits.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.