wcandillon / swagger-js-codegen

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

Fix pattern param types #46

Closed dknochen closed 9 years ago

wcandillon commented 9 years ago

@dknochen you don't throw an error if the pattern is not matched? Can you add a test for it? Maybe we can look together on adding the test.

dknochen commented 9 years ago

@wcandillon I have to iterate over all parameters here and, naturally, some of them don't match. Which is ok, cause I need to find only those that do actually match the specified pattern. Not sure how to add a test for that right now.

wcandillon commented 9 years ago

@dknochen Add example of swagger documentation that supports that.