Ron

Results 16 issues of Ron

Using the rest client to perform a GET operation that returns a large JSON, the console gets stuck for quite a few good seconds (sometimes it never gets unstuck). Performing...

Chrome App
Nice to Have

https://github.com/swagger-api/swagger-samples/blob/master/java/java-jersey-jaxrs/src/main/java/io/swagger/sample/resource/PetResource.java#L141 This produces the wrong representation for multi values and default value.

_From @ghost on June 11, 2014 15:26_ Is it possible to make swagger disable if you run unittests in for example Specs2 so the tests will run a lot faster?...

Documentation
P3

_From @damianbl on March 8, 2016 15:13_ When using "io.swagger" %% "swagger-play2" % "1.5.1" I get the strange error: `type ApiHelpController is not a member of package controllers` This is...

_From @sebigavril on April 1, 2015 13:14_ *_Swagger does not work with custom binders defined in Play Framework. Please add support for documenting binders. *_ For example... Using Play Framework,...

Play!

_From @joantune on March 29, 2015 16:19_ Hi! I have been working with Swagger and its 1.3.12 version (actually I pushed it up to 1.3.13-SNAPSHOT, only locally, and I took...

Play!

_From @zenexius on August 6, 2015 10:38_ OK so I generated YAML and JSON using the online editor at http://editor.swagger.io/ with no errors. But when I use these files with...

bug