Copy new endpoint to Twython3k, bump release
This commit is contained in:
parent
6ac19f62a0
commit
226f129edb
3 changed files with 7 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue