Add new method for deleting multiple members from a list and made version number in the url configurable #139
No reviewers
Labels
No labels
Bug
Enhancement
Feature Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: code/twython#139
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I wanted to use the method described under url https://dev.twitter.com/docs/api/1.1/post/lists/members/destroy_all. This method was not present in twitter_endpoints.py. Also the version number in the file twython was coded to '1'. Now, I moved this into the init method so that folks can configure the url version when they construct twython instance. 'version' defaults to '1'. I tested this method using my own oauth keys. I hope this is useful to other users.
Merged. Thanks!