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

a Dropwizard bundle that serves Swagger UI static content and loads Swagger endpoints.

Results 50 dropwizard-swagger issues
Sort by recently updated
recently updated
newest added

Swagger UI supports the ability to disable the swagger validation check - as we use internal API's this always fails. This is to disable that feature. Specify in the config:...

all get of swagger-static "GET /swagger-static/lib/marked.js HTTP/1.0" giving 404 my niginx setting: server { listen 8888; access_log /var/log/nginx/access.log; error_log /var/log/nginx/error.log; location /recko/ { proxy_pass http://localhost:8001/; proxy_set_header Host $host; proxy_set_header X-Real-IP...

I am using Value.Immutable classes as part of my rest input/output. Swagger does not seem to understand these beans as there are no getters and setters in the immutable class...

## Summary of changes 1. Version bumps for Dropwizard 1.0.0: - Java version updated to 1.8 - Dropwizard version bumped to 1.0.0 - Dropwizard-JUnit version bumped to 0.7 (see upstream...

I am trying to integrate swagger in the application and swagger ui is stuck at "fetching resource list: /api/swagger.json" F12 on the browser indicates the below issue @ swagger-client.js line...

How can I set the Scan and BasePath of the swagger configuration in the initialize method on my application, as its not present in your build. Should I add those...

Hi, I am currently using dropwizard-swagger 0.7.0 version. I am using formdataparam for one of the method for file upload. in swagger ui it is getting reflected as body param...

Its better to leave the default schemes empty, would have been fine if the default had always been http. file: SwaggerBundleConfiguration.java line 30: private String[] schemes = new String[] {...

Hello, the implementation note of the first operation is shown in the header. Seems to be a bug... ![2015-11-06 11_41_40-swagger ui](https://cloud.githubusercontent.com/assets/15686824/10995233/9b5d8414-847b-11e5-91ed-49b950c86b73.png)