atc-net / atc-rest-api-generator

A REST API code generator from OpenAPI Specification in YAML or Json file format
https://atc-net.github.io/repository/atc-rest-api-generator
MIT License
18 stars 4 forks source link

Allow naming operation names without an 's' at the end (pluralization). #7

Open MrAndersPedersen opened 3 years ago

MrAndersPedersen commented 3 years ago

That would enable operation names like getRecipesByFoo. Also, other languages that users of ATC might want to program in doesnt necessarily have the same pluralization rules.

davidkallesen commented 3 years ago

48