openapi-generator/samples
Jim Schubert 52322c47c9 [finch] Allow finch server to compile for CI checks (#7)
Previous error handling implementation had types returning
Either[CommonError, UserType], but implemented with the scala shortcut
??? which throws an exception instead. This causes compilation to fail
with a message that the expected CommonError is of type Any. This is
often fixable with generic upper bounds constraints, but this is
overkill for a placeholder implementation. Returning a temporary 'TODO'
type solves the compile error, and should allow CI to check for valid
compilation on changes.

Included in this is also a fix to support optional query parameter
types. The spec used to generate the finch server has optional query
parameters, but the version of finch in the template doesn't support
options on query parameters. Finch does, however, aggregate everything
(headers, query string, path parameters, etc) under "param" with
"paramOption" for those which are optional types.
2018-05-13 11:07:14 +08:00
..
client Fix JS test using baseName in default value (#5) 2018-05-13 10:19:16 +08:00
config/petstore/apache2 Rename "swagger" to "openapi" (#191) 2018-04-22 21:28:17 +02:00
documentation/cwiki Regenerate samples (#367) 2018-05-08 16:44:51 +08:00
dynamic-html Rename default package for html, html2, dynamic-html (#350) 2018-05-07 09:55:23 +02:00
html Regenerate samples (#367) 2018-05-08 16:44:51 +08:00
html2 Update Scala gatling's default value (#390) 2018-05-09 16:34:54 +08:00
html.md Add reactive option for Spring Boot (webflux) 2018-05-05 17:26:08 +02:00
meta-codegen Small fixes in samples (#410) 2018-05-10 13:45:12 +08:00
openapi3/client/petstore/php remove php old files, fix php folder in pom (#423) 2018-05-11 20:51:24 +08:00
server [finch] Allow finch server to compile for CI checks (#7) 2018-05-13 11:07:14 +08:00
yaml Spelling fixes 2016-08-27 02:34:33 +03:00