fintrospect
fintrospect copied to clipboard
Implement fast, type-safe HTTP webservices for Finagle
Hi, Currently `io.fintrospect.formats.Auto` uses implicit functions in various methods. E.g.: ```scala def Out[OUT](svc: Service[Request, OUT], successStatus: Status = Status.Ok) (implicit transform: OUT => R): Service[Request, Response] ``` This can be...
Hi, I'm trying to render an example value with the Swagger renderer. My example value contains an empty list and thus `JsonToJsonSchema` throws: ```scala new IllegalSchemaException("Cannot use an empty list...
Suggested by @ncreep: Something along these lines http://azimi.me/2015/07/16/split-swagger-into-smaller-files.html it should be simple to add, since we just need to get the description base-paths from each of the other modules and...