wcandillon / swagger-js-codegen

A Swagger Codegen for typescript, nodejs & angularjs
Apache License 2.0
693 stars 286 forks source link

Fixes issue with duplicate method names #186

Closed manuelvanrijn closed 7 years ago

manuelvanrijn commented 7 years ago

Had some trouble with a swagger spec that uses a parameter in the url, resulting in the same operationId

This PR makes sure an addition _1 or _2 etc is appended