Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 594 Bytes

loader.md

File metadata and controls

26 lines (17 loc) · 594 Bytes

Loader

Kind: global class

new Loader()

Represents a Loader

loader.load(location) ⇒

Loads an OAS/Swagger specification from either a path or URI.

Kind: instance method of Loader
Returns: a promise for the loaded specification

Param Type Description
location string The path or URI for the specification