Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ignatandrei/openapiswaggerui
https://github.com/ignatandrei/openapiswaggerui
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ignatandrei/openapiswaggerui
- Owner: ignatandrei
- License: mit
- Created: 2024-12-15T06:35:20.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2024-12-15T07:54:21.000Z (25 days ago)
- Last Synced: 2024-12-15T08:18:16.916Z (25 days ago)
- Language: C#
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenAPISwaggerUI
This nuget package adds multiple Swagger UI to your ASP.NET 9 project.
## Installation
1. Add the nuget package to your project.
```powershell
dotnet add package OpenAPISwaggerUI --version 9.2024.1215.2209
```2. In Program.cs, ensure you have
```csharp
app.MapOpenApi();
app.UseOpenAPISwaggerUI();
```## Usage
Browse to /swagger and you will see links to UI with
Swashbuckle
NSwag
Redoc
Scalar
Visual Automation## License
MIT