Spaces:
Sleeping
Sleeping
File size: 160 Bytes
fe475ff |
1 2 3 4 5 |
import requests
def get_api(end_point : str = None):
r = requests.get(f"https://velatest-world-data-insights-api.hf.space/{end_point}")
return r.json() |