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: xealot/chargify-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: code-kitchen/chargify-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 10 files changed
  • 1 contributor

Commits on Jun 16, 2017

  1. Use requests library.

    Now allows XML to be returned.
    bentappin authored Jun 16, 2017
    Configuration menu
    Copy the full SHA
    20686b8 View commit details
    Browse the repository at this point in the history
  2. Use json parameter with requests call.

    Fixes POSTs/PUTs or anything with a payload.
    bentappin authored Jun 16, 2017
    Configuration menu
    Copy the full SHA
    fd97c88 View commit details
    Browse the repository at this point in the history
  3. Add a setup.py.

    bentappin committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    cf6910c View commit details
    Browse the repository at this point in the history
  4. Move into package.

    bentappin committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    0b448e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2017

  1. Configuration menu
    Copy the full SHA
    500ae84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bffb290 View commit details
    Browse the repository at this point in the history
  3. Update identifiers.

    bentappin committed Jun 18, 2017
    Configuration menu
    Copy the full SHA
    2b8d932 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23c5e61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81ae9df View commit details
    Browse the repository at this point in the history
  6. Support for invoices, coupons and payment profiles.

    Hat tip to LaunchKey/chargify-python for the tests.
    bentappin committed Jun 18, 2017
    Configuration menu
    Copy the full SHA
    979f1c9 View commit details
    Browse the repository at this point in the history
  7. Add Travis config.

    bentappin committed Jun 18, 2017
    Configuration menu
    Copy the full SHA
    6196193 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    19a9139 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2d64026 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f9137cd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    624bce2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ba4553d View commit details
    Browse the repository at this point in the history
  13. Packaging changes.

     * Require requests>=2.5.0,<3.0.0 as `json` parameter in request() wasn't always there
     * Add in version loaded from __init__.py
     * Add author details
     * Add Py3.5 and 3.6 to classifiers
    bentappin committed Jun 18, 2017
    Configuration menu
    Copy the full SHA
    5f886d4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c649f8e View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2017

  1. Whitespace README updates.

    bentappin committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    ce68e4f View commit details
    Browse the repository at this point in the history
  2. Setup tox.

    Moves requirements into file to be DRY-er.
    bentappin committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    2bd8028 View commit details
    Browse the repository at this point in the history
Loading