C# Class Swashbuckle.Dummy.SwaggerExtensions.AppendVersionToBasePath

Inheritance: IDocumentFilter
Mostrar archivo Open project: BenjaminAdams/Swashbuckle-blue

Public Methods

Method Description
Apply ( SwaggerDocument swaggerDoc, SchemaRegistry schemaRegistry, IApiExplorer apiExplorer ) : void

Private Methods

Method Description
RemoveVersionParamFrom ( Operation operation ) : void
RemoveVersionParamsFrom ( PathItem pathItem ) : PathItem

Method Details

Apply() public method

public Apply ( SwaggerDocument swaggerDoc, SchemaRegistry schemaRegistry, IApiExplorer apiExplorer ) : void
swaggerDoc Swashbuckle.Swagger.SwaggerDocument
schemaRegistry Swashbuckle.Swagger.SchemaRegistry
apiExplorer IApiExplorer
return void