ng-openapi-gen
ng-openapi-gen copied to clipboard
donotModifyTypeNames
I had the problem that NamePK was modified to NamePk. I added a option donotModifyTypeNames
Thanks for the PR! Can you, please, add some tests for this?
This was fixed in #319
I've changed the setting to camelizeModelNames, as type names are always potentially modified from the original definition.