nerdErg / swagger4jaxrs

This is a Grails plugin that adds Swagger support to document REST APIs of any Grails projects that use the Grails JAX-RS (JSR 311) plugin.
Apache License 2.0
10 stars 10 forks source link

Consider embedding swagger-ui from webjars.org #18

Open davidecavestro opened 10 years ago

davidecavestro commented 10 years ago

Please consider embedding swagger-ui resources from http://www.webjars.org/ This way you could let plugin users quite easily use an updated version of swagger and swagger-ui (simply exposing a way to configure the version-dependent portion of resources path, i.e. the 2.0.14 vs 2.0.2 )

aruizca commented 10 years ago

Sure!! That makes a lot of sense. I am on holidays so not sure when I will get time, but as soon as I can I will add the dependency.

Thanks a lot!