IOpenApiDocumentProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |