If the request is rate limited, this library will now sleep for
a bit and then try again. We use an exponential backoff, so the
request should sleep for 1 second, then 2, then 4, 8, 16, and max
out at 32 seconds.
Also add sinon as a dev dependency and bump the minor version number.
If the request is rate limited, this library will now sleep for a bit and then try again. We use an exponential backoff, so the request should sleep for 1 second, then 2, then 4, 8, 16, and max out at 32 seconds.
Also add sinon as a dev dependency and bump the minor version number.