Abel Silva

Results 12 comments of Abel Silva

also, the `server.js` was calling `var app = express();` two times, I removed the second call

what is the PR supposed to do? it has a lot of repeated changes from #147

can you give me an example of the json with current output and desired output?

what is the strong name going to fix in your case?

Currently this is not possible, To change that parameter, it's necessary to change the swagger ui source code If swagger ui starts supporting passing that parameter in the URL it...

they do, but not as an URL parameter, the configuration is inside the js code to make it work it would need a change to swagger-ui code More info: https://github.com/swagger-api/swagger-ui/issues/1698...

current support is for swagger 2.0 I tried to check a while ago updating to 3.0 but got into some issues with security attributes needs to be reviewed

can you check now? after merging the PR from @lifra-esq, the interfaces are scanned checkout the test project, it has a sample added by @lifra-esq