trailsjs / sails-swagger

Swagger integration for sails.js
107 stars 47 forks source link

Query Parameters Missing #29

Open krewx opened 8 years ago

krewx commented 8 years ago

The parameter field is not being generated, is this a normal thing or i need to use the costume routes to generate them so i can use swagger ui to test my models?

oscarg798 commented 8 years ago

+1

CodeJjang commented 8 years ago

+1

May I ask how can you add query parameters to custom routes? Can I see an example?