-
Notifications
You must be signed in to change notification settings - Fork 272
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
Camel case does not adjust path parameters #138
Comments
@jayvdb i already prepared something. i would add one settings for camelizing both operationId and parameter names. that should make it consistent with djangorestframework-camel-case. what do you think is better, camelize with capital first letter or not? |
Presumably this is part of the integration with djangorestframework-camel-case, so please be consistent with djangorestframework-camel-case , also called Dromedary case. That would be The other one is Pascal case, and there are vanishing few uses of it. |
@jayvdb please have a look and close if the new config |
The tests that you wrote look good. Unfortunately I have diverged due to discarded PRs, so not worth time to set up testing of master. |
While path param names are internal to the spec doc, effectively only placeholders, having no bearing on actual use of the API, it is odd to use djangorestframework-camel-case and have snake case used for these path parameters while the rest of the spec uses camel case.
The text was updated successfully, but these errors were encountered: