class AzuCLI::OpenAPI::SpecBuilder

Overview

Builds OpenAPI specification from analyzed code

Defined in:

azu_cli/openapi/spec_builder.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(project_name : String, version : String = "1.0.0", project_path : String = ".") #

[View source]

Instance Method Detail

def analyzer : Analyzer #

[View source]
def build : Spec #

Build complete OpenAPI spec


[View source]
def project_name : String #

[View source]
def version : String #

[View source]