diff --git a/twython/twitter_endpoints.py b/twython/twitter_endpoints.py index 6ad15bc..030d110 100644 --- a/twython/twitter_endpoints.py +++ b/twython/twitter_endpoints.py @@ -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',