Added API calls "/friendships/incoming" and "/friendships/outgoing"
This commit is contained in:
parent
1c12c9c7d5
commit
e13d371fef
1 changed files with 8 additions and 0 deletions
|
|
@ -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': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue