Skip to content

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

@hoangtuanictvn

Description

@hoangtuanictvn

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})

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions