westfieldlabs / apivore

Tests your rails API against its Swagger description of end-points, models, and query parameters.
Apache License 2.0
213 stars 66 forks source link

SwaggerChecker#instance_of should support loading local files #87

Closed harrisj closed 7 years ago

harrisj commented 8 years ago

I want to reuse the SwaggerChecker code to help me generate some simple documentation, but I don't want to have to stand up a virtual server. If I am able to load the file directly from disk, I should be able to do that.

ashoda commented 7 years ago

@harrisj closing this issue in favor of https://github.com/westfieldlabs/apivore/issues/100