# Functions

No description provided by the author
GenerateSleepDuration will generate a random sleep duration time between minWaitTime and minWaitTime * backoffMultiplier generated sleep durations are used in case the API did not reply with a limit and reset time and called with the current retry iteration count to implement increasing possible wait times per iteration.
ThrottleCallAfterError sleeps a bit after an error message to avoid hitting rate limits and getting the IP banned.

# Constants

No description provided by the author