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:
parent
fffedd4588
commit
e65790d717
1 changed files with 4 additions and 0 deletions
|
|
@ -320,6 +320,10 @@ api_table = {
|
|||
'url': '/lists/members/destroy_all.json',
|
||||
'method': 'POST'
|
||||
},
|
||||
'showOwnedLists': {
|
||||
'url': '/lists/ownerships.json',
|
||||
'method': 'GET'
|
||||
},
|
||||
|
||||
|
||||
# Saved Searches
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue