oxidecomputer / third-party-api-clients

A place for keeping all our generated third party API clients.
https://docs.rs/octorust
MIT License
132 stars 55 forks source link

Fix sendgrid send_plain_text #65

Closed iterion closed 1 year ago

iterion commented 1 year ago

The url wasn't getting created correctly, so we just pass it through the method on the trait. I also refactored the method a bit to make clippy happy.

@augustuswm I can also change the default URL to https, wasn't sure if you wanted to fix that elsewhere or just manually here.

augustuswm commented 1 year ago

Thanks for this, looks good to me. I'll update the default url via the spec and regenerate from there.