https://github.com/nkz-soft/nkzsoft.service.configuration.swagger
https://github.com/nkz-soft/nkzsoft.service.configuration.swagger
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nkz-soft/nkzsoft.service.configuration.swagger
- Owner: nkz-soft
- License: mit
- Created: 2022-09-15T17:08:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T10:41:48.000Z (about 1 year ago)
- Last Synced: 2025-03-01T00:11:39.412Z (8 months ago)
- Language: C#
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NKZSoft.Service.Configuration.Swagger
[](https://www.nuget.org/packages/NKZSoft.Service.Configuration.Swagger/)
NKZSoft.Service.Configuration.Swagger is Open API module to use with a microservice architecture.
## Using
```csharp
services.AddSwagger(Configuration, Assembly.GetExecutingAssembly())
```
### JSON appsettings.json configuration
```json
{
"Swagger": {
"Enabled" : true,
"AuthorizationEnabled" : false
}
}
```