sendgrid / ruby-http-client

SendGrid's Ruby HTTP Client for calling APIs

Home Page:https://sendgrid.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raise error on 4xx/5xx response

boardfish opened this issue · comments

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 already do this according to the spec I desire using the Faraday::Response::RaiseError middleware, but in this case I'm using sendgrid-ruby to make requests to SendGrid.

To introduce the change in a non-breaking way, this gem shouldn't raise errors by default.

Similar to sendgrid/sendgrid-csharp#775

This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog.