Hello guys, wondering if its possible to hide all the requests under proxy, for obvius reasons i dont want to use this in my main account, i want to run it in my raspberry pi and collect data every X mins.
I dont know a lot of go but yes something about coding, i see here you declare the http client, creating new type
|
type BDOMarketplaceClient struct { |
according to stackoverflow you can setup proxy with os or directly in the client constructor.
https://stackoverflow.com/questions/14661511/setting-up-proxy-for-http-client
Hello guys, wondering if its possible to hide all the requests under proxy, for obvius reasons i dont want to use this in my main account, i want to run it in my raspberry pi and collect data every X mins.
I dont know a lot of go but yes something about coding, i see here you declare the http client, creating new type
bdo-marketplace/marketplace.go
Line 67 in 8aeca99
according to stackoverflow you can setup proxy with os or directly in the client constructor.
https://stackoverflow.com/questions/14661511/setting-up-proxy-for-http-client