Skip to main content

load_specs_from_files

Function load_specs_from_files 

Source
pub async fn load_specs_from_files(
    files: Vec<PathBuf>,
) -> Result<Vec<(PathBuf, OpenApiSpec)>>
Expand description

Load OpenAPI specs from a list of file paths