KituraOpenAPIConfig
public struct KituraOpenAPIConfigDefines the endpoints for the OpenAPI document and SwaggerUI tool when used
in conjunction with KituraOpenAPI.addEndpoints(to:with:).
- 
                  
                  Path to serve OpenAPI specification from. If nil, do not serve. DeclarationSwift public let apiPath: String?
- 
                  
                  Path to serve SwaggerUI from. If nil, do not serve. DeclarationSwift public let swaggerUIPath: String?
- 
                  
                  Create a KituraOpenAPIConfigwith custom endpoints.DeclarationSwift public init(apiPath: String?, swaggerUIPath: String?)ParametersapiPathPath to serve OpenAPI specification from. If nil, do not serve. swaggerUIPathPath to serve SwaggerUI from. If nil, do not serve. 
 View on GitHub
            View on GitHub
           KituraOpenAPIConfig Structure Reference
      KituraOpenAPIConfig Structure Reference