Transparent True/False params #194

Closed
opened 2013-05-10 19:15:05 -07:00 by michaelhelmick · 1 comment
michaelhelmick commented 2013-05-10 19:15:05 -07:00 (Migrated from github.com)

Some Twitter API calls ask for a parameter to be true or false (strings)
Passing True or False (bool) as a param doesn't cut it... maybe we should make that transparent for the Twython user, so that if they pass True (bool) it changes it true (string)

Some Twitter API calls ask for a parameter to be `true` or `false` (strings) Passing `True` or `False` (bool) as a param doesn't cut it... maybe we should make that transparent for the Twython user, so that if they pass `True` (bool) it changes it `true` (string)
ryanmcgrath commented 2013-05-13 22:46:54 -07:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
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#194
No description provided.