smollweide / node-mock-server

File based Node REST API mock server
MIT License
255 stars 65 forks source link

It doesn’t copy example responses from swagger #146

Closed swapnilUI closed 4 years ago

swapnilUI commented 4 years ago

Its not an issue I guess might have not thought of. I was just wondering it would copy sample response from imported swagger to success.json or create files for all the responses provided in swagger file.

swapnilUI commented 4 years ago

Ok i got it. I did modify swaggerPathMethods.js also modified swaggerImport.js to import local files. Thanks 😊

silasb commented 4 years ago

I'm interested in your change. Do you have a diff of your changes?