Nexmo / oas_parser

An open source Open API Spec 3 Definition Parser
MIT License
51 stars 16 forks source link

[Nexmo/oas_parser#20] alternative implementation for resolving remote… #23

Closed kfalconer closed 5 years ago

kfalconer commented 5 years ago

This is an alternative implementation for issue #20 which will work for both a whole document remote reference

$ref: 'document.json'

and for local references contained within a remote reference

$ref: 'document.json#/myElement'

Additional notes about changes included in this PR:

mheap commented 5 years ago

Thanks for this @kfalconer, that's released as oas_parser-0.16.0.gem