You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to know if you'd entertain a PR to allow setting the http.Client from outside of the API, either as a member of the WS2Client or as a static variable for the entire module.
My personal need is to inject such a client with support for a http.Transport that obeys request limits.
In the current form this is impossible and my application aborts when the client gets rate limited.