Merge pull request #47 from coldclimate/master

Added endpoint for userLookup
This commit is contained in:
Ryan McGrath 2011-10-26 10:29:31 -07:00
commit 6ac19f62a0

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