swaggydoc icon indicating copy to clipboard operation
swaggydoc copied to clipboard

Swagger Documentation for Grails Controllers Plugin

Results 5 swaggydoc issues
Sort by recently updated
recently updated
newest added

As described in relevant issue. The @ApiModelProperty annotation's 'hidden' attribute now works as expected.

I've done some improvement on how constraints are handled in SwaggyDataService. This way, regular properties and constraints remain separated and require less changes on swagger-ui.

I needed to make this work with Grails 2.3.4 and there were only a couple breaking changes. Can this be part of the main release path? Seems like only some...