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 github's git.io service #5

Closed parthrbhatt closed 11 years ago

parthrbhatt commented 12 years ago

git.io is github's url shortening service and is intended to be used only for github urls.

API Details: https://github.com/blog/985-git-io-github-url-shortener

parthrbhatt commented 11 years ago

Added Support for git.io Still need to update the wiki.