Skip to content

Commit 8102ddd

Browse files
committed
Merge pull request bitly#1 from hmason/master
massive updates to the bitly python lib
2 parents a1746bd + fcfc9c7 commit 8102ddd

5 files changed

Lines changed: 527 additions & 90 deletions

File tree

README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bit.ly API python library
1+
bitly API python library
22
=========================
33

44

@@ -12,4 +12,4 @@ pip install -e git://github.com/bitly/bitly-api-python.git#egg=bitly_api
1212
API Documentation
1313
=================
1414

15-
http://api.bit.ly/
15+
http://dev.bitly.com/

bitly_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
__author__ = "Jehiah Czebotar <[email protected]>"
44
__all__ = ["Connection", "BitlyError", "Error"]
55
__doc__ = """
6-
This is a python library for the bit.ly api
6+
This is a python library for the bitly api
77
88
all methods raise BitlyError on an unexpected response, or a problem with input format
99
"""

0 commit comments

Comments
 (0)