openapi-cli-generator icon indicating copy to clipboard operation
openapi-cli-generator copied to clipboard

Support for transforming lowerCamel operation IDs to kebab-case

Open acgray opened this issue 5 years ago • 0 comments

Updated generator to transform lowerCamelCase operation names into idiomatic CLI kebab-case. This is useful for processing specs auto-generated from Spr**g MVC services.

(I have added a test but unsure if main_test.go is the right place - exporting Slug() in main.go feels icky but it also seems too small to add a new module. Please feel free to change as you like)

acgray avatar Jan 29 '20 15:01 acgray