Merge pull request #47 from coldclimate/master
Added endpoint for userLookup
This commit is contained in:
commit
6ac19f62a0
1 changed files with 5 additions and 0 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue