So i have a call to an api, Looks like this (url removed for safety yada yada)
apicall = HTTParty.get(URI.encode('URL HERE'), headers: {"Authorization" => "Bearer apikey"}).parsed_response
Now what i'm wanting is to use my proxy ip address to access the web page. Would you be willing to point me in the right direction to do this?
I've aware how to do this in open-uri but not sure if its possibe to do a get request with a this gem.
Thanks Sam