richhollis / swagger-docs

Generates swagger-ui json files for Rails APIs with a simple DSL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Query String Parameters not showing

akhare22sandeep opened this issue · comments

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)

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