richhollis / swagger-docs

Generates swagger-ui json files for Rails APIs with a simple DSL.
MIT License
749 stars 150 forks source link

Query String Parameters not showing #135

Closed akhare22sandeep closed 8 years ago

akhare22sandeep commented 8 years ago

I have actions , shortcuts and rest set to false on few controllers and updated routes.js for each method action (custom routes). Now when i generate the documents its not having any information about the parameters (query Parameters). Am i missing something ? why my documentation is missing Parameters section for all custom methods.

my application is written in sails (node.js)

richhollis commented 8 years ago

Hi there. This gem is for rails not sails or node. Maybe you want this project: https://github.com/tjwebb/sails-swagger. Cheers.