This commit is contained in:
GitHub Merge Button 2011-10-26 10:28:22 -07:00
commit b78094b4d1

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',