Jean-Christophe Vermandé
Jean-Christophe Vermandé
+1 I also definitely need this feature I finishing a driver to handle the scenes on Fibaro Home Center 2 & Lite (Home automation box) and i would like to...
Still in 5.2.2 config.EnableSwagger("api-docs/{apiVersion}/swagger", c => { c.RootUrl(req => ApiConfig.GetRootUrl()); c.Schemes(new[] { "http" }); c.BasicAuth("Basic"); c.SingleApiVersion(ApiConfig.GetCurrentVersion(), "Gateway REST API documentation") .Description("Active documentation of Gateway system API"); c.IncludeXmlComments(ApiConfig.GetXmlCommentsPath()); }).EnableSwaggerUi( ApiConfig.GetApiDocumentationUrl() +...