client_args to modify the request #227
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#227
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "stream-client-args"
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?
Fixes #222
@extesy, is this what you had in mind? I removed
headersfrom the__init__BUT I kepttimeout(even thought it should be passed throughclient_args, I feel like it's a big enough part of a streaming experience to stay in the init.@ryanmcgrath Your thoughts on me keeping
timeoutin the__init__? Or should I removetimeoutfrom the__init__and just go for consistency?Coverage decreased (-0%) when pulling
26ef7b47bfon stream-client-args intoe4098156f4on master.I think
timeoutmakes sense in the__init__, at least from a user perspective. If I were coming to this new I wouldn't expect it to be anywhere else.Yep, that's exactly what I had in mind. Thanks for fixing this, Michael!
@extesy Cool beans! Look out for a new release of Twython tonight or tomorrow! :)