-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix(swift): QuerySuggestionsConfigurationResponse appID casing #2712
Conversation
✅ Deploy Preview for api-clients-automation ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✗ The generated branch has been deleted.If the PR has been merged, you can check the generated code on the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
a9f6402
to
cb23483
Compare
cb23483
to
eab0fd5
Compare
@@ -122,6 +122,7 @@ public void processOpts() { | |||
); | |||
|
|||
reservedWords.add("LogLevel"); | |||
nameMapping.put("appId", "appID"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does it make sense to have it only for appID
? maybe there are a lot more variable in the code with the same format (userID maybe ?)
Maybe there is a more global setting in openapi generator to change the casing for all variables ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can adapt case by case, it's easy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good ! 1 more e2e that finds lots of bugs !
🧭 What and Why
🎟 JIRA Ticket: -
Changes included:
appID
casing everywhere