wcandillon / swagger-js-codegen

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

Handle space in method name #202

Closed zuhito closed 6 years ago

zuhito commented 6 years ago

I found a bug when I converted Microsoft Swagger definition as followw.

Error was occurred because space was used in operationId. I think that space should be converted to under bar.

zuhito commented 6 years ago

@wcandillon Thank you! swagger-js-codegen is very useful. :)