Share via


IOpenApiDocumentProvider Interface

Definition

Represents a provider for OpenAPI documents that can be used by consumers to retrieve generated OpenAPI documents at runtime.

public interface IOpenApiDocumentProvider
type IOpenApiDocumentProvider = interface
Public Interface IOpenApiDocumentProvider

Methods

GetOpenApiDocumentAsync(CancellationToken)

Gets the OpenAPI document.

Applies to