Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8902f0 commit 5bd0013Copy full SHA for 5bd0013
jotform.py
@@ -15,7 +15,7 @@ class JotformAPIClient:
15
16
def __init__(self, apiKey, outputType='json', debug=False):
17
18
- self.baseUrl = 'http://api.jotform.com/'
+ self.baseUrl = 'https://api.jotform.com/'
19
self.apiVersion = 'v1'
20
21
self.apiKey = apiKey
0 commit comments