ebowman / api-first-hand

API-First bootstrapping tool for building RESTful web services from a Swagger/OpenAPI spec
MIT License
143 stars 22 forks source link

configure processing to stop upon circular reference #27

Closed nmcb closed 8 years ago

nmcb commented 8 years ago

fixes #22

nmcb commented 8 years ago

@slavaschmidt I think this fixes it, unit tests run locally and CI succeeds. The CI ignores some failed tests but I think that is on purpose. Can you have a look at it? TIA!

slavaschmidt commented 8 years ago

@nmcb great, I'll take a look today! Thank you!