mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 19:08:52 +00:00
53597764c3
Co-authored-by: Akihito Nakano <sora.akatsuki@gmail.com> Co-authored-by: Jeremie Bresson <dev@jmini.fr> Co-authored-by: Jim Schubert <james.schubert@gmail.com> Co-authored-by: Martin Delille <martin@phonations.com> Co-authored-by: Tomasz Prus <tomasz.prus@gmail.com> Co-authored-by: William Cheng <wing328hk@gmail.com> |
||
---|---|---|
.. | ||
.swagger-codegen | ||
src/IO.Swagger | ||
.swagger-codegen-ignore | ||
build.bat | ||
build.sh | ||
IO.Swagger.sln | ||
NuGet.Config | ||
README.md |
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