class
AzuCLI::OpenAPI::Parser
- AzuCLI::OpenAPI::Parser
- Reference
- Object
Overview
Parser for OpenAPI 3.1 specifications
Defined in:
azu_cli/openapi/parser.crConstructors
Instance Method Summary
- #file_path : String
-
#operations : Array(OperationInfo)
Get all operations from all paths
-
#paths : Hash(String, PathItem)
Get all paths from the spec
-
#resolve_ref(ref : String) : Schema | Nil
Resolve $ref reference
-
#schemas : Hash(String, Schema)
Get all schemas from components
- #spec : Spec