Parquery / swagger-to

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

Fixed endless loops due to recursive definitions #131

Closed mristin closed 2 years ago

mristin commented 3 years ago

This patch fixes the endless recursions in intermediate representation and python client when the specs contains a recusrive type definition.

Fixes #129.

mristin commented 3 years ago

@stevenxuwoss could you please test if this patch fixes the problem with your schema?

stevenxuwoss commented 3 years ago

i'm verfying with my schema and find some other issue.