The Problem
The issue requests the ability to override the Net::HTTP defaults for open and read timeouts.
What I did
I added a parameter called http_options to the Sendgrid::Client class. This parameter should be a hash with key/value pairs corresponding with attributes for NET:HTTP as described here.
This PR is addressing issue #13
The Problem The issue requests the ability to override the Net::HTTP defaults for open and read timeouts.
What I did I added a parameter called http_options to the Sendgrid::Client class. This parameter should be a hash with key/value pairs corresponding with attributes for NET:HTTP as described here.