cyclosproject / ng-openapi-gen

An OpenAPI 3.0 codegen for Angular
MIT License
397 stars 132 forks source link

Add support for $ref in responses #85

Closed marcogiovinazzi closed 4 years ago

marcogiovinazzi commented 4 years ago

This PR adds support for reusable responses ($ref) as described in:

Unit tests added to cover the new functionality. Bye and thanks for this great lib!