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

Add key formatting option to convert snake_case keys to camelCase #19

Open
SalemC opened this issue Oct 17, 2022 · 1 comment
Open

Add key formatting option to convert snake_case keys to camelCase #19

SalemC opened this issue Oct 17, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@SalemC
Copy link
Owner

SalemC commented Oct 17, 2022

I personally prefer using camelCase as a naming convention for object keys rather than snake_case. Currently, the keys returned in generated interfaces are always snake_case. It would be nice if there was a way to automatically have these converted to camelCase.

@SalemC SalemC added the enhancement New feature or request label Oct 17, 2022
@SalemC
Copy link
Owner Author

SalemC commented Oct 18, 2022

Feature implemented, just needs supporting tests.

@SalemC SalemC self-assigned this Jun 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant