Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Make it possible to pass http_options config when initialize API #449

Closed
hoangtuanictvn opened this issue Dec 16, 2020 · 1 comment · Fixed by #455
Closed

Request: Make it possible to pass http_options config when initialize API #449

hoangtuanictvn opened this issue Dec 16, 2020 · 1 comment · Fixed by #455
Labels
difficulty: unknown or n/a fix is unknown in difficulty status: help wanted requesting help from the community type: community enhancement feature request not on Twilio's roadmap

Comments

@hoangtuanictvn
Copy link
Contributor

Feature Request:

The http_options can pass to the SendGrid::Client when initialize. However, I can't give it as a param when initializing the new SendGrid::API at this time. So I hope that it is possible to add http_options to the initialize method of SendGrid::API as below.

client = SendGrid::API.new(api_key: api_key, http_options: {open_timeout: 30, read_timeout: 30})
@JenniferMah
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: unknown or n/a fix is unknown in difficulty status: help wanted requesting help from the community type: community enhancement feature request not on Twilio's roadmap
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants