Merge 7d82206614 into 825026099a
This commit is contained in:
commit
b8e80eb712
1 changed files with 8 additions and 0 deletions
|
|
@ -62,6 +62,14 @@ api_table = {
|
|||
'url': '/followers/ids.json',
|
||||
'method': 'GET',
|
||||
},
|
||||
'getFriendsList': {
|
||||
'url': '/friends/list.json',
|
||||
'method': 'GET',
|
||||
},
|
||||
'getFollowersList': {
|
||||
'url': '/followers/list.json',
|
||||
'method': 'GET',
|
||||
},
|
||||
'getIncomingFriendshipIDs': {
|
||||
'url': '/friendships/incoming.json',
|
||||
'method': 'GET',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue