oapi-codegen
oapi-codegen copied to clipboard
Generate names with initialisms wo bc
Adding support of three naming styles:
- new - with initialisms like MyHTTPHandlerForAPI
- old - with simple camel case like MyHttpHandlerForApi By the steps of https://github.com/deepmap/oapi-codegen/pull/749 but without breaking changes.
Can we merge this PR? @jamietanna, cant I help somehow to merge this PR?
Thanks very much for this @wtertius :purple_heart: This is a great solution - I've made a couple of tweaks to add additional test cases + some new docs (alongside recent project changes) and will merge it shortly