openapi-generator/samples/server/petstore/slim
wing328 88227e08e3 Remove Apache license from server stub generators (#4200)
* remove php apache license

* remove license in sample code, update nodejs to use unlicnese

* remove license from jaxrs generator

* remove license from server generator

* update pom.xml for jaxrs resteasy joda server
2016-11-17 00:37:21 +08:00
..
lib/Models fix slim windows path 2016-06-29 23:24:27 +08:00
vendor Remove Apache license from server stub generators (#4200) 2016-11-17 00:37:21 +08:00
.htaccess fix slim windows path 2016-06-29 23:24:27 +08:00
.swagger-codegen-ignore Spelling fixes 2016-08-27 02:34:33 +03:00
composer.json fix slim windows path 2016-06-29 23:24:27 +08:00
composer.lock fix slim windows path 2016-06-29 23:24:27 +08:00
index.php fix #3418 - slim missing contextpath 2016-07-20 15:49:41 +08:00
README.md fix slim windows path 2016-06-29 23:24:27 +08:00

Swagger generated server

Overview

This server was generated by the swagger-codegen project. By using the OpenAPI-Spec from a remote server, you can easily generate a server stub. This is an example of building a PHP server.

This example uses the Slim Framework. To see how to make this your own, please take a look at the template here:

TEMPLATES