TegralSwaggerUiKtor

class TegralSwaggerUiKtor(classpathPath: String)

Feature that provides support for Swagger UI in Ktor applications.

By itself, this feature does not do anything useful for end-users (it mostly maintains internal state). Use swaggerUiEndpoint to serve Swagger UI from a given endpoint.

Constructors

Link copied to clipboard
fun TegralSwaggerUiKtor(classpathPath: String)

Types

Link copied to clipboard
class Configuration

The configuration class -- because the TegralSwaggerUiKtor plugin does not actually have anything to configure, this class is empty.

Link copied to clipboard
object Plugin : BaseApplicationPlugin<ApplicationCallPipeline, TegralSwaggerUiKtor.Configuration, TegralSwaggerUiKtor>

Plugin object for TegralSwaggerUiKtor.