moved api version into __init__ method and added method to delete multiple users from a list in batch mode
This commit is contained in:
parent
2d3d5b5b68
commit
fe3fcbdb04
2 changed files with 7 additions and 3 deletions
|
|
@ -309,6 +309,10 @@ api_table = {
|
|||
'url': '/lists/members/destroy.json',
|
||||
'method': 'POST',
|
||||
},
|
||||
'deleteListMembers': {
|
||||
'url': '/lists/members/destroy_all.json',
|
||||
'method': 'POST'
|
||||
},
|
||||
'getListSubscribers': {
|
||||
'url': '/lists/subscribers.json',
|
||||
'method': 'GET',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue