Open Issues Need Help
View All on GitHub rorclient: get ratelimiting status about 3 hours ago
AI Summary: The `rorclient` needs the ability to retrieve its current rate-limiting status from the API. This is essential for efficiently handling bulk operations, such as deleting numerous resources, to avoid hitting the API's 50 requests/second and 100 requests/burst limits. Currently, developers must implement custom retry logic or hardcoded delays due to the lack of this status information.
Complexity:
3/5
good first issue