New showOwnedLists method

Returns the lists owned by the specified Twitter user. Private lists
will only be shown if the authenticated user is also the owner of the
lists.
This commit is contained in:
Mike Helmick 2013-04-04 14:52:54 -04:00
parent fffedd4588
commit e65790d717

View file

@ -320,6 +320,10 @@ api_table = {
'url': '/lists/members/destroy_all.json',
'method': 'POST'
},
'showOwnedLists': {
'url': '/lists/ownerships.json',
'method': 'GET'
},
# Saved Searches