Added API calls "/friendships/incoming" and "/friendships/outgoing"

This commit is contained in:
Erik Scheffers 2011-02-03 18:03:42 +08:00 committed by Ryan McGrath
parent 1c12c9c7d5
commit e13d371fef

View file

@ -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': {