openapi-generator/samples/server/petstore
Christophe Bornet fe2ed67f20 Remove Accept request header from api signature (#6704)
* Remove Accept request header from api signature

* Inject HttpServletRequest to get request header and clean templates

* Use constructor injection for HttpServletRequest

* Implement example in default controller responses
2017-10-27 22:45:30 +08:00
..
aspnetcore remove ref to SO (#6209) 2017-07-29 18:53:08 +08:00
erlang-server Erlang-server: fix dialyzer; fix min and max checks (#6752) 2017-10-25 10:57:53 +08:00
finch [Scala][Finch] Fix interpretation of queryParams and headers (#6809) 2017-10-26 16:44:06 +08:00
flaskConnexion [python-flask] Apply template tweaks to improve lint results (#6826) 2017-10-27 22:18:14 +08:00
flaskConnexion-python2 [python-flask] Apply template tweaks to improve lint results (#6826) 2017-10-27 22:18:14 +08:00
go-api-server Merge remote-tracking branch 'origin/master' into 2.3.0 2017-06-15 17:14:39 +08:00
haskell-servant Map ByteArray to Text for haskell codegen (#6402) 2017-08-31 10:19:42 +08:00
java-inflector Merge remote-tracking branch 'origin/master' into 2.3.0 2017-07-01 15:47:27 +08:00
java-msf4j Merge remote-tracking branch 'origin/master' into 2.3.0 2017-07-01 15:47:27 +08:00
java-play-framework There was no validation when a required field was null, creating crash and null pointer exception further down the line in the business code. Now, it throws a InvalidArgumentException. (#6673) 2017-10-16 21:23:05 +08:00
java-play-framework-controller-only There was no validation when a required field was null, creating crash and null pointer exception further down the line in the business code. Now, it throws a InvalidArgumentException. (#6673) 2017-10-16 21:23:05 +08:00
java-play-framework-fake-endpoints There was no validation when a required field was null, creating crash and null pointer exception further down the line in the business code. Now, it throws a InvalidArgumentException. (#6673) 2017-10-16 21:23:05 +08:00
java-play-framework-no-bean-validation There was no validation when a required field was null, creating crash and null pointer exception further down the line in the business code. Now, it throws a InvalidArgumentException. (#6673) 2017-10-16 21:23:05 +08:00
java-play-framework-no-exception-handling There was no validation when a required field was null, creating crash and null pointer exception further down the line in the business code. Now, it throws a InvalidArgumentException. (#6673) 2017-10-16 21:23:05 +08:00
java-play-framework-no-interface There was no validation when a required field was null, creating crash and null pointer exception further down the line in the business code. Now, it throws a InvalidArgumentException. (#6673) 2017-10-16 21:23:05 +08:00
java-play-framework-no-swagger-ui There was no validation when a required field was null, creating crash and null pointer exception further down the line in the business code. Now, it throws a InvalidArgumentException. (#6673) 2017-10-16 21:23:05 +08:00
java-play-framework-no-wrap-calls There was no validation when a required field was null, creating crash and null pointer exception further down the line in the business code. Now, it throws a InvalidArgumentException. (#6673) 2017-10-16 21:23:05 +08:00
java-vertx adding Vert.X Codegen 2017-07-08 16:10:07 +02:00
jaxrs update java server samples 2017-10-09 23:00:44 +08:00
jaxrs-cxf [Java][JAXRS-CXF] Improve API documentation in the CXF Server stub and Client generation (#6708) 2017-10-22 23:00:48 +08:00
jaxrs-cxf-annotated-base-path [Java][JAXRS-CXF] Improve API documentation in the CXF Server stub and Client generation (#6708) 2017-10-22 23:00:48 +08:00
jaxrs-cxf-cdi update java server samples 2017-10-09 23:00:44 +08:00
jaxrs-cxf-non-spring-app [Java][JAXRS-CXF] Improve API documentation in the CXF Server stub and Client generation (#6708) 2017-10-22 23:00:48 +08:00
jaxrs-resteasy update java server samples 2017-10-09 23:00:44 +08:00
jaxrs-spec Add Serializable import to JaxRS-spec models if serializableModel is set (#6651) 2017-10-10 22:45:47 +08:00
jaxrs-spec-interface JAXRS-SPEC: fix container return type (#6659) 2017-10-17 22:51:37 +08:00
lumen Merge remote-tracking branch 'origin/master' into 2.3.0 2017-07-09 00:59:41 +08:00
nancyfx [nancyfx] fix interface prefix (#6595) 2017-10-03 15:14:28 +08:00
nodejs Merge remote-tracking branch 'origin/master' into 2.3.0 2017-06-15 17:14:39 +08:00
nodejs-google-cloud-functions Merge remote-tracking branch 'origin/master' into 2.3.0 2017-06-15 17:14:39 +08:00
php-silex rename silex-PHP to php-silex (#6612) 2017-10-03 23:46:56 +08:00
php-symfony [PHP][Symfony] Enhancements (#6615) 2017-10-23 22:50:56 +08:00
pistache-server Pistache server (#6189) 2017-07-27 14:56:56 +08:00
rails5 Update samples for several language (just whitespace changes, reordering, VERSION) (#5828) 2017-06-14 01:17:31 +08:00
restbed - Removed unnecessary line in in Restbed Codegen Constructor (#6675) 2017-10-15 23:38:46 +08:00
rust-server [Rust] rename rust2 to rust-server (#6747) 2017-10-19 20:17:08 +08:00
scalatra Update samples for several language (just whitespace changes, reordering, VERSION) (#5828) 2017-06-14 01:17:31 +08:00
sinatra Update samples for several language (just whitespace changes, reordering, VERSION) (#5828) 2017-06-14 01:17:31 +08:00
slim Update samples for several language (just whitespace changes, reordering, VERSION) (#5828) 2017-06-14 01:17:31 +08:00
spring-mvc Remove Accept request header from api signature (#6704) 2017-10-27 22:45:30 +08:00
spring-mvc-j8-async Remove Accept request header from api signature (#6704) 2017-10-27 22:45:30 +08:00
springboot Remove Accept request header from api signature (#6704) 2017-10-27 22:45:30 +08:00
springboot-beanvalidation Remove Accept request header from api signature (#6704) 2017-10-27 22:45:30 +08:00
springboot-delegate Remove Accept request header from api signature (#6704) 2017-10-27 22:45:30 +08:00
springboot-delegate-j8 Remove Accept request header from api signature (#6704) 2017-10-27 22:45:30 +08:00
springboot-implicitHeaders Remove Accept request header from api signature (#6704) 2017-10-27 22:45:30 +08:00
springboot-useoptional Remove Accept request header from api signature (#6704) 2017-10-27 22:45:30 +08:00
undertow Support a true "java8" option (#5864) 2017-06-29 13:23:44 +08:00
ze-ph Zend Expressive fix and upgrade to version 2 (#6461) 2017-09-23 15:31:20 +08:00