An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# NKZSoft.Service.Configuration.Swagger

[![Nuget](https://img.shields.io/nuget/v/NKZSoft.Service.Configuration.Swagger?style=plastic)](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
}
}
```