class AzuCLI::OpenAPI::EndpointExtractor

Overview

Extracts endpoint information from Crystal code

Defined in:

azu_cli/openapi/endpoint_extractor.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(project_path : String = ".") #

[View source]

Instance Method Detail

def extract : Array(EndpointInfo) #

Extract all endpoints from project


[View source]
def project_path : String #

[View source]