SwaggerSource Class

Summary

Represents a Swagger (Open API) specification to gather metadata from
Assembly
Cake.NSwag.dll
Namespace
Cake.NSwag.Sources
Base Types
graph BT Type-->Base0["GenerationSource"] click Base0 "/api/Cake.NSwag.Sources/GenerationSource" Base0-->Base1["Object"] Type["SwaggerSource"] class Type type-node

Syntax

public class SwaggerSource : GenerationSource

Properties

Name Value Summary
Environment ICakeEnvironment
The Cake environment
Inherited from GenerationSource
FileSystem IFileSystem
The file system
Inherited from GenerationSource
Source FilePath
Source file for API metadata.
Inherited from GenerationSource

Methods

Name Value Summary
ToCSharpClient(FilePath, string, Action<CSharpGeneratorSettings>) SwaggerSource
Generates a C# API client at the given path with the specified settings
ToTypeScriptClient(FilePath, Action<TypeScriptGeneratorSettings>) SwaggerSource
Generates a TypeScript API client at the given path with the specified settings
ToWebApiController(FilePath, string, Action<CSharpGeneratorSettings>) SwaggerSource
Generates a Web API controller class at the given path with the specified settings

Extension Methods

Name Value Summary
Dump<SwaggerSource>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<SwaggerSource>(SwaggerSource[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<SwaggerSource>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<SwaggerSource>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<SwaggerSource>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<SwaggerSource>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin