-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
Description
I am currently trying to use the gem to connect to the Pagerduty API from a server which only allows proxy url to access the internet. I would like to request a feature where you can make provisions to allow proxy
parameter when we create Pagerduty::Connection.new
, and when it actually connects using Faraday
here . Below is the screenshot of the error that I am getting.
When I create my own connection using Faraday
with the proxy
key, it works fine, connects to Pagerduty API and does all the operations. But I would like to use the gem for other features but with this support inbuilt.
ag-TJNII