flowup / api-client-generator

Angular REST API client generator from Swagger YAML or JSON file with camel case settigs
MIT License
115 stars 21 forks source link

[Generator] dash case type naming #10

Closed vmasek closed 6 years ago

vmasek commented 6 years ago

when using dash case naming (for example in the file name of an interface), ones with all-caps abbreviations like ID, are generated like foo-i-d-bar instead of foo-id-bar