class AzuCLI::OpenAPI::ResponseExtractor

Overview

Extracts response/page information from Crystal code

Defined in:

azu_cli/openapi/response_extractor.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def extract : Array(ResponseInfo) #

Extract all responses from project


[View source]
def project_path : String #

[View source]
def response_files : Array(String) #

Get all response files


[View source]