forked from loafle/openapi-generator-original
* find and replace CSharpNetCoreClientCodegen * find and replace CsharpNetcoreFunctionsServerCodegen * find and replace CSharpNetCoreReducedClientCodegen * find and replace AspNetCoreServerCodegen * renamed generators * find and replace CSharpNetCoreClientCodegenTest * find and replace CSharpNetCoreClientDeepObjectTest * find and replace CsharpNetcoreFunctionsServerCodegenTest * git mv files * find and replace CsharpFunctionsServerCodegenTest * find and replace CsharpModelEnumTest * git mv CsharpModelEnumTest.java
Org.OpenAPITools - Azure Functions v4 Server
This is a sample server Petstore server. 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/Org.OpenAPITools
docker build -t org.openapitools .
docker run -p 5000:8080 org.openapitools