oapi-codegen icon indicating copy to clipboard operation
oapi-codegen copied to clipboard

Generate names with initialisms wo bc

Open wtertius opened this issue 2 years ago • 1 comments

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.

wtertius avatar May 05 '23 10:05 wtertius

Can we merge this PR? @jamietanna, cant I help somehow to merge this PR?

derbylock avatar Jul 31 '23 11:07 derbylock

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

jamietanna avatar May 04 '24 15:05 jamietanna