-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Aspnetcore] use the term
openapi
(#7540)
* use openapi in aspnetcore * move back to other * add back file
- Loading branch information
Showing
21 changed files
with
179 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
modules/openapi-generator/src/main/resources/aspnetcore/3.0/wwwroot/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<meta http-equiv="refresh" content="0;URL='./swagger/'" /> | ||
<meta http-equiv="refresh" content="0;URL='./openapi/'" /> |
29 changes: 29 additions & 0 deletions
29
samples/server/petstore/aspnetcore-3.0/.openapi-generator/FILES
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Org.OpenAPITools.sln | ||
README.md | ||
build.bat | ||
build.sh | ||
src/Org.OpenAPITools/.gitignore | ||
src/Org.OpenAPITools/Attributes/ValidateModelStateAttribute.cs | ||
src/Org.OpenAPITools/Authentication/ApiAuthentication.cs | ||
src/Org.OpenAPITools/Controllers/PetApi.cs | ||
src/Org.OpenAPITools/Controllers/StoreApi.cs | ||
src/Org.OpenAPITools/Controllers/UserApi.cs | ||
src/Org.OpenAPITools/Converters/CustomEnumConverter.cs | ||
src/Org.OpenAPITools/Dockerfile | ||
src/Org.OpenAPITools/Filters/BasePathFilter.cs | ||
src/Org.OpenAPITools/Filters/GeneratePathParamsValidationFilter.cs | ||
src/Org.OpenAPITools/Models/ApiResponse.cs | ||
src/Org.OpenAPITools/Models/Category.cs | ||
src/Org.OpenAPITools/Models/Order.cs | ||
src/Org.OpenAPITools/Models/Pet.cs | ||
src/Org.OpenAPITools/Models/Tag.cs | ||
src/Org.OpenAPITools/Models/User.cs | ||
src/Org.OpenAPITools/OpenApi/TypeExtensions.cs | ||
src/Org.OpenAPITools/Org.OpenAPITools.csproj | ||
src/Org.OpenAPITools/Program.cs | ||
src/Org.OpenAPITools/Properties/launchSettings.json | ||
src/Org.OpenAPITools/Startup.cs | ||
src/Org.OpenAPITools/appsettings.json | ||
src/Org.OpenAPITools/wwwroot/README.md | ||
src/Org.OpenAPITools/wwwroot/index.html | ||
src/Org.OpenAPITools/wwwroot/openapi-original.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
samples/server/petstore/aspnetcore-3.0/src/Org.OpenAPITools/wwwroot/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<meta http-equiv="refresh" content="0;URL='./swagger/'" /> | ||
<meta http-equiv="refresh" content="0;URL='./openapi/'" /> |
Oops, something went wrong.