Manfred / Reynard

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

Feature request: support $ref in parameters #63

Closed Manfred closed 1 month ago

Manfred commented 1 month ago

Feature

Better support for $ref in parameters

Why and what

When an operation looks something like this:

get:
  parameters:
    - $ref: '#/components/parameters/channel_id'

We want the ref to be resolved properly so the value is available when substituting it in a URL template.