Table of Contents

Namespace arolariu.Backend.Core.Domain.General.Services.Swagger

Classes

SwaggerConfigurationService

Swagger service options and configuration. This class is used to configure the swagger service, and to provide the options for the swagger UI. The swagger UI is available at the following URL: https://api.arolariu.ro/index.html Swagger JSON is available at the following URL: https://api.arolariu.ro/swagger/v1/swagger.json

SwaggerFilterService

The swagger filter service represents the service that filters the swagger document. This service is used to filter the swagger document and remove the endpoints that are not needed. This service is also used to add external documentation to the swagger document.