This function prints a users Discogs API rate limit information. All calls to the API deduct one unit from rate limits. Discogs rate limiting tracks your requests using a moving average over a 60 second window. If no requests are made in 60 seconds, your window will reset. For more information, check the rate limiting API documentation
discogs_rate_limit(access_token = discogs_api_token())
access_token | Discogs personal access token, defaults to |
---|
None (invisible NULL)
# NOT RUN { discogs_rate_limit() # }