Hi,
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.
Hi,
I would like to know if you'd entertain a PR to allow setting the
http.Clientfrom outside of the API, either as a member of theWS2Clientor as a static variable for the entire module.My personal need is to inject such a client with support for a
http.Transportthat obeys request limits.In the current form this is impossible and my application aborts when the client gets rate limited.