sendgrid / sendgrid-ruby

The Official Twilio SendGrid Led, Community Driven Ruby API Library
https://sendgrid.com
MIT License
620 stars 324 forks source link

Nest BaseInterface under sendgrid namespace #487

Open adibsaad opened 2 years ago

adibsaad commented 2 years ago

Fixes

The constant "BaseInterface" is used by my app, and when I upgraded Sendgrid to the latest version, it resulted in conflicts. I figured the word "BaseInterface" is generic enough that it's used by many people and can lead to hard-to-find bugs, so I'm suggesting moving BaseInterface to SendGrid::BaseInterface

Checklist

If you have questions, please file a support ticket, or create a GitHub Issue in this repository.