# Functions
From is a convenience function that opens an OpenAPI spec from a URL or a local path based on the format of the path parameter.
FromGlob creates SpecInfo specs from local files matching the specified glob parameter.
LoadSpecInfo creates a SpecInfo from a local file path or a URL.
LoadSpecInfoFromFile creates a SpecInfo from a local file path.
# Interfaces
Loader interface includes the OAS load functions.