Add new method for deleting multiple members from a list and made version number in the url configurable #139

Merged
ajaykumarns merged 1 commit from master into master 2013-01-01 17:34:18 -08:00
ajaykumarns commented 2012-12-30 15:18:27 -08:00 (Migrated from github.com)

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.

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.
ryanmcgrath commented 2013-01-01 17:34:24 -08:00 (Migrated from github.com)

Merged. Thanks!

Merged. Thanks!
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: code/twython#139
No description provided.