import requests
endPoint = 'https://api.mnotify.com/api/template'
apiKey = 'YOUR_API_KEY'
url = endPoint + '?key=' + apiKey
response = requests.get(url)
data = response.json();
import requests
endPoint = 'https://api.mnotify.com/api/template'
apiKey = 'YOUR_API_KEY'
url = endPoint + '?key=' + apiKey
response = requests.get(url)
data = response.json();
It's been a few days without a reply. You may want to ask a question and explain what the issue is here.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.