I have a method, which contains external rest-api calls.
ex:
def get_dataset(): url=requests.get("http://api:5001/get_trainingdata")