diff --git a/twython/twitter_endpoints.py b/twython/twitter_endpoints.py index 4581c92..c789446 100644 --- a/twython/twitter_endpoints.py +++ b/twython/twitter_endpoints.py @@ -73,6 +73,14 @@ api_table = { 'url': '/followers/ids.json', 'method': 'GET', }, + 'getIncomingFriendshipIDs': { + 'url': '/friendships/incoming.json', + 'method': 'GET', + }, + 'getOutgoingFriendshipIDs': { + 'url': '/friendships/outgoing.json', + 'method': 'GET', + }, # Retweets 'reTweet': {