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 76b0e54 commit 9ea1012Copy full SHA for 9ea1012
jotform.py
@@ -15,7 +15,7 @@ class JotformAPIClient:
15
16
def __init__(self, apiKey, outputType='json', debug=False):
17
18
- self.baseUrl = 'https://api.jotform.com/'
+ self.baseUrl = 'http://api.jotform.com/'
19
self.apiVersion = 'v1'
20
21
self.apiKey = apiKey
0 commit comments