Skip to content

v0.3.1

Compare
Choose a tag to compare
@anttiai anttiai released this 16 Mar 08:51
· 227 commits to master since this release

Added throttling to API calls and a function to control the throttle time

// Set API call throttle time in milliseconds. Default is 200.
client.setThrottleTime(500);