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 ccabf66 commit ecfcce0Copy full SHA for ecfcce0
jotform.py
@@ -1,10 +1,12 @@
1
#!/usr/bin/python
2
# -*- coding: utf-8 -*-
3
#
4
-# Jotform API Wrapper
5
-# copyright : Interlogy LLC
+# JotForm API - Python Client
6
7
-__author__ = "[email protected] (Caner Balci)"
+# copyright : 2013 Interlogy, LLC.
+# link : http://www.jotform.com
8
+# version : 1.0
9
+# package : JotFormAPI
10
11
import urllib
12
import urllib2
0 commit comments