sendgrid / ruby-http-client

SendGrid's Ruby HTTP Client for calling APIs
https://sendgrid.com
MIT License
23 stars 54 forks source link

fix: adds support for proxy_options when calling Client#_ #135

Open Carmer opened 3 months ago

Carmer commented 3 months ago

Adds proxyoptions support when calling `#` on an instance of Client.

Checklist

I did not add inline documentation because this is a feature that appears to be well documented, but just missing proxy_options argument making the feature non-functional