Skip to content
Snippets Groups Projects
Commit 2d597e7d authored by Chukwuemeka Michael Muonagor's avatar Chukwuemeka Michael Muonagor
Browse files

Upload New File

parent cee33ecc
No related branches found
No related tags found
No related merge requests found
import requests
def get_intent_fun(URL):
r = requests.get(url = URL)
# extracting data in json format
data = r.json()
#print(data)
#return data[0]
return data
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment