redskap / swagger-brake

Swagger contract checker for breaking API changes
Apache License 2.0
58 stars 16 forks source link

Starter should return results #11

Closed dalewking closed 5 years ago

dalewking commented 5 years ago

Starter class looks like a way to invoke swagger-brake as a library, which is what I am trying to do instead of using the CLI. However the problem is that if you run it via Starter there is no indication of whether it passed or failed. Why not have it return the list of breaking changes?

galovics commented 5 years ago

Fair point. Fixed.