Versions in this module Expand all Collapse all v0 v0.0.1 May 15, 2024 Changes in this version + type RLHTTPClient struct + Client *http.Client + Ratelimiter *rate.Limiter + func NewClient(rl *rate.Limiter) *RLHTTPClient + func (c *RLHTTPClient) Do(req *http.Request) (*http.Response, error)