Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.
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: bitly/bitly-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: extesy/bitly-api-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.
  • 18 commits
  • 8 files changed
  • 6 contributors

Commits on May 31, 2013

  1. Make it work on Python 3.3

    extesy committed May 31, 2013
    Configuration menu
    Copy the full SHA
    16859c7 View commit details
    Browse the repository at this point in the history
  2. change package name

    extesy committed May 31, 2013
    Configuration menu
    Copy the full SHA
    131d4b2 View commit details
    Browse the repository at this point in the history
  3. change package name

    extesy committed May 31, 2013
    Configuration menu
    Copy the full SHA
    2fcba3b View commit details
    Browse the repository at this point in the history
  4. rename bitly_api to bitly_api3

    extesy committed May 31, 2013
    Configuration menu
    Copy the full SHA
    427b482 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2013

  1. Update bitly_api/bitly_api.py

    Fix duplicate function name "bundle_collaborator_remove".
    yasar11732 authored and extesy committed Nov 20, 2013
    Configuration menu
    Copy the full SHA
    9f2db14 View commit details
    Browse the repository at this point in the history
  2. Update user_link_history

    * Use "on", "off", "both" instead of invalid booleans
    * Add private option, which also uses "on", "off", "both" options
    Justin Hines authored and extesy committed Nov 20, 2013
    Configuration menu
    Copy the full SHA
    0a95132 View commit details
    Browse the repository at this point in the history
  3. Add v3/link/encoders access

    oEL authored and extesy committed Nov 20, 2013
    Configuration menu
    Copy the full SHA
    b39a699 View commit details
    Browse the repository at this point in the history
  4. flake8 shows no issues.

    jsocol authored and extesy committed Nov 20, 2013
    Configuration menu
    Copy the full SHA
    9fbfa69 View commit details
    Browse the repository at this point in the history
  5. Add Apache 2 license.

    jsocol authored and extesy committed Nov 20, 2013
    Configuration menu
    Copy the full SHA
    7b96c13 View commit details
    Browse the repository at this point in the history
  6. Add .travis.yml and testrunner script.

    James Socol authored and extesy committed Nov 20, 2013
    Configuration menu
    Copy the full SHA
    fbeec96 View commit details
    Browse the repository at this point in the history
  7. Handle non-string parameters.

    jsocol authored and extesy committed Nov 20, 2013
    Configuration menu
    Copy the full SHA
    66be3db View commit details
    Browse the repository at this point in the history
  8. Add unit_reference_ts to _call_oauth2_metrics

    James Socol authored and extesy committed Nov 20, 2013
    Configuration menu
    Copy the full SHA
    00b1f4e View commit details
    Browse the repository at this point in the history
  9. Version 0.3

    James Socol authored and extesy committed Nov 20, 2013
    Configuration menu
    Copy the full SHA
    dadb99b View commit details
    Browse the repository at this point in the history
  10. change package name

    extesy committed Nov 20, 2013
    Configuration menu
    Copy the full SHA
    77a4b75 View commit details
    Browse the repository at this point in the history
  11. change package name

    extesy committed Nov 20, 2013
    Configuration menu
    Copy the full SHA
    12e21ec View commit details
    Browse the repository at this point in the history
  12. rename bitly_api to bitly_api3

    extesy committed Nov 20, 2013
    Configuration menu
    Copy the full SHA
    b85a2f6 View commit details
    Browse the repository at this point in the history
  13. Remove "long"

    extesy committed Nov 20, 2013
    Configuration menu
    Copy the full SHA
    3eed8f6 View commit details
    Browse the repository at this point in the history
  14. Remove another "long"

    extesy committed Nov 20, 2013
    Configuration menu
    Copy the full SHA
    45e9c53 View commit details
    Browse the repository at this point in the history
Loading