A system used to manage your APIs. It provides many functions, including transfering API spec into swagger spec 2.0, validate
swagger spec automatically.
Edit later.
Input a swagger spec, autotest all APIs in the spec and validate responses.
Related libraries:
- https://github.com/Trax-air/swagger-parser : A helper that parses swagger specs. You can access the HTTP actions / paths and some example data.
- https://github.com/Trax-air/swagger-tester : An instance of using connexion and swagger-parser to validate response.