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

Upload New File

parent 91e8c48a
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