Registry / serialization / openapi3-parser

openapi3-parser

JSON →
library0.10.1rbrubygemsunverified

Parses and validates OpenAPI V3 specification files with idiomatic Ruby interaction.

gem install openapi3_parser
INSTALL
IMPORT
SIG · OPENAPI3-PARSER
O
openapi3-parser
serializationrubyv0.10.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Openapi3Parser
require 'openapi3_parser'

Load and inspect an OpenAPI 3.0 specification file

require 'openapi3_parser' doc = Openapi3Parser.load_file('openapi.yaml') puts doc.paths.keys
Debug
Known issues
breakingDoes not support OpenAPI 2.0 (Swagger) files
fix
Use swagger-core or another parser for Swagger 2.0 specs
affects: >= 0.0.0
Upgrade
Version history
0.10.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
openapi3-parser — gem install openapi3-parser · libregistry