sendgrid / ruby-http-client

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

fix: Avoid mutating @url_path to avoid unexpected side effects #108

Closed tachyons closed 5 years ago

tachyons commented 5 years ago

Fixes #93

Checklist

Short description of what this PR does:

method _ mutates @url_path and it can have unintended side effects like #93. This PR remove that mutation

SendGridDX commented 5 years ago

CLA assistant check
All committers have signed the CLA.

thinkingserious commented 5 years ago

Hello @tachyons,

Thanks again for the PR!

We appreciate your contribution and look forward to continued collaboration. Thanks!

Team SendGrid DX