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: mmkmou/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: bitly/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.
  • 7 commits
  • 7 files changed
  • 5 contributors

Commits on Sep 24, 2013

  1. user_info should not use _call_oauth2_metrics.

    James Socol
    James Socol committed Sep 24, 2013
    Configuration menu
    Copy the full SHA
    ab62af5 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2013

  1. Merge pull request bitly#27 from jsocol/user_info_metrics

    user_info should not use _call_oauth2_metrics.
    SeanOC committed Nov 25, 2013
    Configuration menu
    Copy the full SHA
    dcf5e28 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2013

  1. Python 2 and 3 compatibility

    - Drop PyCURL, since it's not Py3k compatible.
    - Drop bitly_http module, just inline urllib(2) code.
    - Steal *_types lists from six.
    - Update isinstance calls.
    - Update excepts.
    - Decode response body as utf-8.
    James Socol
    James Socol committed Dec 18, 2013
    Configuration menu
    Copy the full SHA
    2f9a8a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request bitly#28 from jsocol/2and3

    Python 2 and 3 compatibility
    davemarchevsky committed Dec 18, 2013
    Configuration menu
    Copy the full SHA
    510ef04 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2014

  1. Configuration menu
    Copy the full SHA
    3b1a9ca View commit details
    Browse the repository at this point in the history
  2. Merge pull request bitly#31 from jazwiecki/master

    Get user_shorten_counts key from data[] in user_shorten_counts method rather than missing shorten_counts key
    jehiah committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    8f51e77 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Update README.md

    jehiah authored Apr 9, 2021
    Configuration menu
    Copy the full SHA
    f7a8beb View commit details
    Browse the repository at this point in the history
Loading