mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 19:08:52 +00:00
645d71ed3b
* Operation now returns StatusCode Stubs as well * Updated mustache file to use comments return StatusCode(..) is now commented out. * Change default(..) to not escape the type default(dataType) --> default(&dataType) * Return IActionResult no matter what.. * Updated formatting * Ran bin/aspnetcore-petstore-server.sh |
||
---|---|---|
.. | ||
.swagger-codegen | ||
src/IO.Swagger | ||
.swagger-codegen-ignore | ||
build.bat | ||
build.sh | ||
global.json | ||
IO.Swagger.sln | ||
NuGet.Config | ||
README.md |
IO.Swagger - ASP.NET Core 1.0 Server
This is a sample server Petstore server. You can find out more about Swagger at http://swagger.io or on irc.freenode.net, #swagger. For this sample, you can use the api key special-key
to test the authorization filters.
Run
Linux/OS X:
sh build.sh
Windows:
build.bat
Run in Docker
cd src/IO.Swagger
docker build -t io.swagger .
docker run -p 5000:5000 io.swagger