Files

738 B

In [ ]:
import requests

endpoint = "http://localhost:80/get_missing_kids?pages={}".format(2)
r = requests.get(endpoint)

r.text