Transparent True/False params #194
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#194
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Some Twitter API calls ask for a parameter to be
trueorfalse(strings)Passing
TrueorFalse(bool) as a param doesn't cut it... maybe we should make that transparent for the Twython user, so that if they passTrue(bool) it changes ittrue(string)This is a genius idea and I totally glazed over that this'd happen back when I did the approach of forwarding args on. Totally in agreement on this.