-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
WIP: Ruby faraday client #1542
WIP: Ruby faraday client #1542
Conversation
1a8fb01
to
44685be
Compare
44685be
to
20f548e
Compare
@meganemura thanks for the PR. Do you need help with the implementation? Let us know. |
@meganemura Are you planning to continue this work? |
@dkliban did you have a chance to test it? If you can list out things that need improvement, we can work together on those items. |
@wing328 I tried generating a client from this PR and was able to generate a client, however, the Gem spec file needs is specifying the dependencies incorrectly. I will investigate this next. I rebased this PR against the master branch without problems. Then I ran into #3335 when generating a Ruby client this time. So I think 3335 is not a language specific bug. |
Closed via #3405 |
🚧under construction 🚧
PR checklist
./bin/
to update Petstore sample so that CIs can verify the change. (For instance, only need to run./bin/{LANG}-petstore.sh
and./bin/security/{LANG}-petstore.sh
if updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in.\bin\windows\
.master
,3.4.x
,4.0.x
. Default:master
.Description of the PR
(details of the change, additional tests that have been done, reference to the issue for tracking, etc)
Implementation of #1422.