Table of Contents

Interface IOpenApiDocumentGenerator

Namespace
NSwag.Generation
Assembly
NSwag.Generation.dll
public interface IOpenApiDocumentGenerator

Methods

GenerateAsync(string)

Generates the specified document.

Task<OpenApiDocument> GenerateAsync(string documentName)

Parameters

documentName string

The document name.

Returns

Task<OpenApiDocument>

The document.