How to pass URLs as parameters in a GET request within python flask (restplus)?
问题 I am creating a REST API using python flask. The API is ready and works on port number 8000 of my localhost. Now I intend to give this REST API a user friendly interface for which I decided to go with python - restplus. I thought of calling this service (running on 8000) internally from swagger application running on 5000 I was able to create the basic structure of the API (Swagger). The code for which looks like this: import flask from flask import Flask, request from flask_restplus import