Manfred / Reynard

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

Use Array as the unnamed class for collections and use the schema's title #22

Closed Manfred closed 2 years ago

Manfred commented 2 years ago

Use the schema's title to create a model name when there is no $ref. Use Array as the default class for collections when we can't find a model class for a collection.

Closes #21