ringcentral / RingCentral.Net

RingCentral SDK for .NET
MIT License
19 stars 26 forks source link

Automatically Respect Rate Limits #26

Closed TonyValenti closed 3 years ago

TonyValenti commented 4 years ago

The API should automatically respect rate limits and if a rate limit exception occurs, it should automatically wait the necessary amount of time.

tylerlong commented 4 years ago

By default, there is no "magic" logic enabled.

You can explicitly handle it:

tylerlong commented 4 years ago

The next major version will probably copy the extensions architecture here: https://github.com/ringcentral/ringcentral-extensible/tree/master/packages/extensions So the core SDK does very core thing. You can have extra features by installing extensions.

tylerlong commented 3 years ago

Since version 5.0.0-beta1, there is an extension to handle rate limit: https://github.com/ringcentral/RingCentral.Net/tree/master/RingCentral.Net.RateLimit