Function openapi3_parser::parse_openapi_file

source ยท
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