Files
openapi-generator/samples/server/petstore/aspnetcore
Paŭlo Ebermann 3a48ba8bfd Update all the samples.
(except clojure + scalatra, because those are broken, will fixed with later master merge.)
2017-03-13 19:50:10 +01:00
..
2017-03-13 19:50:10 +01:00
2017-03-13 19:50:10 +01:00
2017-03-13 19:50:10 +01:00

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