fintrospect icon indicating copy to clipboard operation
fintrospect copied to clipboard

Implement fast, type-safe HTTP webservices for Finagle

Results 3 fintrospect issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement