The public interface for all rate-limiting strategies. Library consumers are
welcome to provide their own implementations of this interface in the Scraper
constructor options.
The RateLimitEvent object contains both the request and response
information associated with the event.
The public interface for all rate-limiting strategies. Library consumers are welcome to provide their own implementations of this interface in the Scraper constructor options.
The RateLimitEvent object contains both the request and response information associated with the event.
Example