Generates file with OAS 2.0 JSON content.
Parsed WebApi Model to generate content from.
Path to the generated file.
Generates string with OAS 2.0 JSON content.
Parsed WebApi Model to generate content from.
Generated string.
Generates file with OAS 2.0 YAML content.
Parsed WebApi Model to generate content from.
Path to the generated file.
Generates string with OAS 2.0 YAML content.
Parsed WebApi Model to generate content from.
Generated string.
Parses OAS 2.0 JSON content from string or url.
File url/path or content string.
Parsed WebApi Model.
Parses OAS 2.0 JSON content from string with a custom API Doc location.
Content string to be parsed.
Location to assign to a doc parsed from a content string. References are resolved relative to this location.
Parsed WebApi Model (future).
Parses OAS 2.0 YAML content from string or url.
File url/path or content string.
Parsed WebApi Model.
Parses OAS 2.0 YAML content from string with a custom API Doc location.
Content string to be parsed.
Location to assign to a doc parsed from a content string. References are resolved relative to this location.
Parsed WebApi Model (future).
Resolves parsed OAS 2.0 amf.model.
Resolution process includes resolving references to all types, libraries, etc.
Parsed WebApi Model to be resolved.
Resolved parsed WebApi Model.
Validates parsed OAS 2.0 amf.model.
Parsed WebApi Model to be validated.
Validation report.
Generated using TypeDoc
Provides methods for OAS 2.0 processing