-
Notifications
You must be signed in to change notification settings - Fork 6k
[Scala][Finch] Adding security definitions to Finch #6891
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
Conversation
|
Thanks. I'll check this out in the next day or two. I know the Finch generator is a little bit of a beast as FP requires jumping through more hoops than OOP in mustache templates. Really appreciate the work! |
|
Thanks for the PR but your commit (as shown in the Commits tab) is not linked to your Github account, which means this PR won't count as your contribution in https://github.com/swagger-api/swagger-codegen/graphs/contributors. Let me know if you need help fixing it. |
|
Ok thanks didn't pay attention to it. Will fix it. Tonight
…On Mon, Nov 6, 2017 at 4:04 AM, wing328 ***@***.***> wrote:
Thanks for the PR but your commit (as shown in the Commits tab) is not
linked to your Github account, which means this PR won't count as your
contribution in https://github.com/swagger-api/swagger-codegen/graphs/
contributors.
Let me know if you need help fixing it.
Ref: https://github.com/swagger-api/swagger-codegen/wiki/FAQ#
how-can-i-update-commits-that-are-not-linked-to-my-github-account
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6891 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADsQbjLhXUIj2MPo8MvDBAX1d-QMqHFOks5szndUgaJpZM4QSh8K>
.
|
22f0de7 to
ff325fd
Compare
|
@wing328 a full rewrite as explained in post, didn't work out. So merged the commits and added author manually. Let me know if you have any comments |
Upgrade Note
To roll back the change, please use the |
@jimschubert: An addition to #6818
Added scalafix for cleanup
fixed an issue with the path parameters (String :: String vs string :: string)
Some refactoring of the code
No tests yet.