Update all endpoints in the api_table, examples, READMEs #188
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#188
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "pep8-functions"
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?
Also updated functions in twython.py to use pep8 functions instead of
camelCase functions
Haaa, I was about to commit this same stuff. You beat me to it! >_<;
Perfect work, I'd say. Uber excited to see this. Merge and release?
@ryanmcgrath Old methods still work and fallback gracefully accompanied with a
TwythonDeprecationWarningAll media methods and other methods that weren't pep8'd already in
twython.pyI updated and their old camelCase version works still but gives aTwythonDeprecationWarningThere are a couple methods that didn't get hit by that replace fix... i.e.
getFollowersIDsbecause IDs was capitalized instead ofgetFollowerIdsThere was like 3 or 4 of those functions, ideas on what we should do about that?
Hmm, do we have a full list of those? If it's just 3 or 4, specifically check for those? The only other somewhat clean alternative I could think of would be to remove them from the table and set them up as full definitions in
twython.pyand then they get their cases handled specially...Yeah, I'll get the list, they we're all in a row. Let me check the diff and commit
Mike Helmick
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)
On Saturday, May 4, 2013 at 7:36 PM, Ryan McGrath wrote: