Trax-air / swagger-tester

Automatically test your swagger API
MIT License
104 stars 36 forks source link

Allow YAML and app url together #29

Closed jfinkhaeuser closed 7 years ago

jfinkhaeuser commented 8 years ago

The swagger specs don't require a running app to host a JSON version of its specs (at least not that I can find). This minimal set of changes allows specifying a YAML file in addition to an app URL to deal with that.

Note: this includes PRs #27 and #28

@beanqueen

jfinkhaeuser commented 7 years ago

Closing this due to #36