trailsjs / sails-swagger

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

Query parameters? #33

Open CodeJjang opened 8 years ago

CodeJjang commented 8 years ago

I have added custom route with query parameters in the following way:

'get /query|limit': 'QueryController.find'

S.t. 'limit' is a query parameter. This is according to sails docs.

However the generated json doesn't take it into account... Is this feature not implemented?