sails-swagger icon indicating copy to clipboard operation
sails-swagger copied to clipboard

Swagger integration for sails.js

Results 22 sails-swagger issues
Sort by recently updated
recently updated
newest added

Is it possible (if yes then how?) to use this library with v1.0?

After integrating sails-swagger. I can see the swagger url working but the error I am facing is "Can't read json from 'http://localhost:1337/docs'". I want to know from where the list...

With the current version of the npm package 0.51.0, the generated doc doesn't include the parameters specified for the routes. ``` ['get /groups']: { controller: 'authController', action: 'login', skipAssets: 'true',...

Hi guys I'd like to know about how do you customize your output. Let's say you want to return a 400 or 403, or if you want to return a...

Hi, I'm having the following errors when rendering swagger-ui : ![screen shot 2017-03-25 at 12 56 46](https://cloud.githubusercontent.com/assets/3844254/24322079/1223078a-115d-11e7-9063-2112106fbd10.png) I've copied the contents of the dist folder from swagger-ui under assets/docs but...

I have followed all the steps mentioned by you to integrate sails js with swagger. But while doing testing I am getting error. In our project we have written the...

1. I've installed sails-swagger and swagger-ui. 2. When I do sails lift I get an error - Trying to create an association on a model that doesn't have a Primary...

Direct conflict with sails-postgresql

My current settings for CORS are: ``` allRoutes: true origin: '*' methods: 'GET, POST, PUT, DELETE, OPTIONS' ``` When accessing the /swagger/doc route (with the default config) I don't get...

I am running Web REST API on Swagger, Sail JS, when I am trying to access through Angular UI,. I have set the required headers in the UI and as...