cyclosproject / ng-openapi-gen

An OpenAPI 3.0 codegen for Angular
MIT License
397 stars 132 forks source link

fix/tags-case-sensitivity-service-generation #192

Closed Fabiencdp closed 2 years ago

Fabiencdp commented 2 years ago

Add a method to set first tag letter to lower case when creating Operation instances. This latter prevent the generator to override service file when two tags don't use the same case.

Eg: Tag1 != tag1

luisfpg commented 2 years ago

Thanks for the PR. I've not merged it directly because it had conflicts, and was so simple, I just changed 1 line (see https://github.com/cyclosproject/ng-openapi-gen/commit/eb492dd83340c11b6d47d5850ec4645a036e8eae)