Parquery / swagger-to

Generate server and client code from Swagger (OpenAPI 2.0) specification.
MIT License
57 stars 14 forks source link

Handled `allOf` #116

Closed mristin closed 3 years ago

mristin commented 3 years ago

This patch introduces support for allOf when defining subtypes of objects. We simply make a superset of properties without introducing any type hierarchy in the generated code.

Fixes #106.