threadSleep
Version 24.3.9159
Version 24.3.9159
threadSleep
Instructs the current thread to sleep for a configured amount of time. This can be useful in avoiding rate limit issues if you are using a loop to perform multiple lookups against an API.
Required Parameters
- timeout: The timeout (in milliseconds) between calls. The default is
1000
, which equals 1 second.