parthrbhatt / pyShortUrl

URL Shortening lib written in Python. pyShortUrl currently supports url shortening with several domains: goo.gl, bit.ly, git.io, j.mp, bitly.com, tinyurl.com, v.gd & is.gd.
24 stars 11 forks source link

Add support for bit.ly API v3 #2

Closed parthrbhatt closed 12 years ago

parthrbhatt commented 12 years ago

pyShortUrl supports bit.ly API v2.0.1. This needs to be enhanced to support v3 so that url shortening for other domains like j.mp etc can be supported.

API Doc for v3: http://code.google.com/p/bitly-api/wiki/ApiDocumentation

parthrbhatt commented 12 years ago

Added support for bit.ly API v3 for shortening/expanding a url, validating a User-ApiKey pair, QR code.