Function oas3::from_path

source ·
pub fn from_path<P>(path: P) -> Result<OpenApiV3Spec, Error>
where P: AsRef<Path>,
Expand description

Try deserializing an OpenAPI spec (YAML or JSON) from a file, giving the path.