Merge pull request #134 from michaelhelmick/patch-4

Support for Friends and Followers list endpoints
This commit is contained in:
Ryan McGrath 2012-11-30 22:30:07 -08:00
commit 36d68a9264

View file

@ -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',