Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sevastos/jotform-api-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jotform/jotform-api-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 17 commits
  • 3 files changed
  • 15 contributors

Commits on Dec 8, 2016

  1. Merge pull request jotform#5 from sevastos/master

    Enable change of baseUrl
    kennethpdev authored Dec 8, 2016
    Configuration menu
    Copy the full SHA
    43924e1 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Feature/python 3 compatibility (jotform#11)

    * Made API endpoint configurable
    + Added (optional) parameter to JotformAPIClient to allow configuration of
        the API endpoint
    + Added constants for the main (US) and the EU API endpoint URLs
    
    * Converted to python 3 using 2to3, did some manual fixups
    + Manual fixes: removed unnecessary list(..) conversions from around
        dict.keys() calls in for loops
    
    * Fixed json decoding error (convert bytes returned by urllib.response to str)
    
    * Added utf-8 encoding of url params
    
    Co-authored-by: Laszlo Marai <[email protected]>
    atleta and atleta authored May 17, 2021
    Configuration menu
    Copy the full SHA
    f2cfbae View commit details
    Browse the repository at this point in the history
  2. Header update

    eeertekin authored May 17, 2021
    Configuration menu
    Copy the full SHA
    0acd01f View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Update README.md for Python 3 (jotform#14)

    * JotformAPIClient :: Remove unused libraries
    
    * README :: update for Python3
    umutbugrahan authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    992e424 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Configuration menu
    Copy the full SHA
    816a7c2 View commit details
    Browse the repository at this point in the history
  2. README :: update

    umutbugrahan committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    642e0bb View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Merge pull request jotform#16 from umutbugrahan/python/folder-methods

    Jotform :: Add folder methods
    appaky authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    2bdcf34 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    23908bc View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Merge pull request jotform#18 from utkubekci/master

    Setup :: version update for pip
    uelmalioglu authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    0510e9d View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Python3 urllib.error

    Python urllib.error.httperror: http error 403: forbidden
    The easy way to resolve the error is by passing a valid user-agent as a header parameter. Added 'User-Agent': 'Mozilla/5.0' to the headers.
    Erikvisser22 authored and uelmalioglu committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    462e7e6 View commit details
    Browse the repository at this point in the history
  2. chaged git: to https:

    ehawman-rosenberg authored and uelmalioglu committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    3e97841 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e5aae8 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. VersionUpdate :: for pip package

    utkubekci authored and uelmalioglu committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    050e92d View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Update README.md

    http links are updated.
    ozanaksoyy authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    44247b8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jotform#28 from ozanaksoyy/patch-1

    Update README.md
    aslan-jotform authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    c2c7b4c View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. readme :: https fix

    ozanaksoyy committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    f20b281 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jotform#29 from ozanaksoyy/master

    readme :: https fix
    utkubekci authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    492db1d View commit details
    Browse the repository at this point in the history
Loading