openapi-generator/samples/server/petstore/aspnetcore
Max K d881cb39bf Added Base Path support as well as PathParameterValidation (#7120)
* Ran bin/aspnetcore-petstore-server.sh

* Added BasePath filter and Validation filter

* Updated filters and added Attribute generators

* Removed newline

* Updated samples
2017-12-12 00:04:20 +08:00
..
.swagger-codegen remove ref to SO (#6209) 2017-07-29 18:53:08 +08:00
src/IO.Swagger Added Base Path support as well as PathParameterValidation (#7120) 2017-12-12 00:04:20 +08:00
.swagger-codegen-ignore [aspnetcore] Deprecating aspnet5 for aspnetcore 2016-10-16 21:22:34 -04:00
build.bat [AspNetCore SERVER] Added support for ASP.NET Core 2.0 (#7114) 2017-12-06 11:02:13 +08:00
build.sh [AspNetCore SERVER] Added support for ASP.NET Core 2.0 (#7114) 2017-12-06 11:02:13 +08:00
IO.Swagger.sln [AspNetCore SERVER] Added support for ASP.NET Core 2.0 (#7114) 2017-12-06 11:02:13 +08:00
NuGet.Config [aspnetcore] Deprecating aspnet5 for aspnetcore 2016-10-16 21:22:34 -04:00
README.md [AspNetCore SERVER] Added support for ASP.NET Core 2.0 (#7114) 2017-12-06 11:02:13 +08:00

IO.Swagger - ASP.NET Core 2.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