ruby-http-client
ruby-http-client copied to clipboard
SendGrid's Ruby HTTP Client for calling APIs
### Checklist - [x] I acknowledge that all my contributions will be made under the project's license
### Issue Summary `Response#ratelimit` is not working as expected. It just returns `nil` every time. I believe this is because of a header capitalization mismatch between what that method expects...
### Feature Request Summary In the event of an erroneous response, I'd like to be able to raise an exception rather than look for those error conditions manually. Faraday can...
Adds proxy_options support when calling `#_` on an instance of Client. ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [x]...