mk53202
Results
2
comments of
mk53202
The code we are trying to insert to get Swagger/OpenAPI up is: # extensions.py from flask_restful_swagger import swagger from backend.api import Api api = swagger.docs( Api('api', prefix='/api/v1'), apiVersion="0.1", basePath="http://localhost:5000", resourcePath="/",...
That's kinda what I thought given the pattern. I'll keep this up here in case anyone has any ideas on how to get swagger up with this framework pattern. It's...