Added another endpoint #47

Merged
coldclimate merged 1 commit from master into master 2011-10-26 10:29:32 -07:00
Showing only changes of commit 88474546e1 - Show all commits

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