Manfred / Reynard

Minimal OpenAPI client for Ruby.
MIT License
12 stars 2 forks source link

Support external references in specifications #20

Closed Manfred closed 2 years ago

Manfred commented 2 years ago

Support references like:

$ref: './schemas/author.yml'
$ref: "./simple.yml#/components/schemas/Error"

Closes #19.