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

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