Closed pradeepYogesh closed 7 years ago
This is Beacuse I require Connexion to use swagger-tester. I intend to use swagger-tester for REST api already designed using cherrypy framework
Yes you can use it for any swagger api: swagger_test(app_url='http://petstore.swagger.io/v2', authorize_error=authorize_error), you just need to start your web app before.
swagger_test(app_url='http://petstore.swagger.io/v2', authorize_error=authorize_error)
This is Beacuse I require Connexion to use swagger-tester. I intend to use swagger-tester for REST api already designed using cherrypy framework