Copy new endpoint to Twython3k, bump release

This commit is contained in:
Ryan McGrath 2011-10-27 02:32:28 +09:00
parent 6ac19f62a0
commit 226f129edb
3 changed files with 7 additions and 2 deletions

View file

@ -5,7 +5,7 @@ from setuptools import setup
from setuptools import find_packages from setuptools import find_packages
__author__ = 'Ryan McGrath <ryan@venodesigns.net>' __author__ = 'Ryan McGrath <ryan@venodesigns.net>'
__version__ = '1.4.4' __version__ = '1.4.5'
setup( setup(
# Basic package information. # Basic package information.

View file

@ -9,7 +9,7 @@
""" """
__author__ = "Ryan McGrath <ryan@venodesigns.net>" __author__ = "Ryan McGrath <ryan@venodesigns.net>"
__version__ = "1.4.4" __version__ = "1.4.5"
import cgi import cgi
import urllib import urllib

View file

@ -119,6 +119,11 @@ api_table = {
'method': 'GET', 'method': 'GET',
}, },
'lookupUser': {
'url': '/users/lookup.json',
'method': 'GET',
},
# Status methods - showing, updating, destroying, etc. # Status methods - showing, updating, destroying, etc.
'showStatus': { 'showStatus': {
'url': '/statuses/show/{{id}}.json', 'url': '/statuses/show/{{id}}.json',