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 see you guys use Faraday to make a request, which supports calling through a proxy. Can you expose that functionality to the user?
I think allowing it through the Binance::Spot.new interface is one of the ways to go, users can set it just like they set the key & secret. It'll look like this: Binance::Spot.new(key: key, secret: secret, proxy_url: proxy_url)
The text was updated successfully, but these errors were encountered:
@blackjid yeah, I know that. That can be used as a workaround, but supporting proxy officially through the param will provide a much better experience to the lib user.
I see you guys use Faraday to make a request, which supports calling through a proxy. Can you expose that functionality to the user?
I think allowing it through the
Binance::Spot.new
interface is one of the ways to go, users can set it just like they set the key & secret. It'll look like this:Binance::Spot.new(key: key, secret: secret, proxy_url: proxy_url)
The text was updated successfully, but these errors were encountered: