When Instantiating SDK, allow option to set handleRateLimit to true across all requests
Brutalbeard opened this issue · 1 comments
Brutalbeard commented
Would be a nice convenience feature.
const rcsdk = new SDK({ clientId: "", clientSecret: "", handleRateLimit: true })
It almost looks like this can be done currently, by passing down a defaultRequestInit all the way down to the new Client, but I haven't been able to get it to work just yet.