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 b208fa6 commit ccabf66Copy full SHA for ccabf66
jotform.py
@@ -13,7 +13,7 @@
13
14
class JotformAPIClient:
15
16
- def __init__(self, apiKey, outputType='json', debug=False):
+ def __init__(self, apiKey='', outputType='json', debug=False):
17
18
self.baseUrl = 'http://api.jotform.com/'
19
self.apiVersion = 'v1'
0 commit comments