Merge pull request #134 from michaelhelmick/patch-4
Support for Friends and Followers list endpoints
This commit is contained in:
commit
36d68a9264
1 changed files with 8 additions and 0 deletions
|
|
@ -62,6 +62,14 @@ api_table = {
|
||||||
'url': '/followers/ids.json',
|
'url': '/followers/ids.json',
|
||||||
'method': 'GET',
|
'method': 'GET',
|
||||||
},
|
},
|
||||||
|
'getFriendsList': {
|
||||||
|
'url': '/friends/list.json',
|
||||||
|
'method': 'GET',
|
||||||
|
},
|
||||||
|
'getFollowersList': {
|
||||||
|
'url': '/followers/list.json',
|
||||||
|
'method': 'GET',
|
||||||
|
},
|
||||||
'getIncomingFriendshipIDs': {
|
'getIncomingFriendshipIDs': {
|
||||||
'url': '/friendships/incoming.json',
|
'url': '/friendships/incoming.json',
|
||||||
'method': 'GET',
|
'method': 'GET',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue