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

[Ruby] Add support for Faraday (HTTP lib) #3270 #1422

Closed
wing328 opened this issue Nov 13, 2018 · 2 comments
Closed

[Ruby] Add support for Faraday (HTTP lib) #3270 #1422

wing328 opened this issue Nov 13, 2018 · 2 comments

Comments

@wing328
Copy link
Member

wing328 commented Nov 13, 2018

Description

Currently, Ruby API client has a dependency on Typhoeus (HTTP lib).

We want to add support for Faraday to provide more flexibility in choosing what HTTP lib to use in the Ruby API client.

(Typhoeus will still be supported)

OpenAPI Generator version

Latest master

Suggest a solution

Similar to Java, we can use the -l/--library option to specify faraday and implement the api_client.rb with faraday so that users can choose which one they want to use.

cc @meganemura

@meganemura
Copy link
Contributor

I'll tackle this issue 💪

@wing328
Copy link
Member Author

wing328 commented Aug 1, 2019

Closed via #3405

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants