I\'m about to develop a REST API for our upcoming application. I have decided to use Python Flask for it. But at this point, I don\'t know which option to use. Should I be using
I would recommend you to use Flask-RESTplus instead, that will give you full Swagger support.
In regards of just using Flask, I would say getting the Swagger functionality is a big one to choose Flask-Restplus also.