scs-multiapi-plugin icon indicating copy to clipboard operation
scs-multiapi-plugin copied to clipboard

[AsyncAPI] Transform snake_case to camelCase

Open arthureberledev opened this issue 1 year ago • 1 comments
trafficstars

Our schemas include properties written in snake_case currently resulting in some awkward getter and setter names like for example getClient_id and getUser_adress.

It would be awesome if the generator could automatically transform these names to camelCase. I believe the official OpenAPI generator is being able to do that.

arthureberledev avatar Jun 04 '24 20:06 arthureberledev

Can you provide an example for that case?

jemacineiras avatar Nov 02 '24 09:11 jemacineiras