pub fn parse_openapi_file(file_path: &str) -> Result<OpenApiSpec, OpenApiError>
Expand description
Parses a JSON or YAML OpenAPI specification file into the OpenAPI struct
pub fn parse_openapi_file(file_path: &str) -> Result<OpenApiSpec, OpenApiError>
Parses a JSON or YAML OpenAPI specification file into the OpenAPI struct