Subsitute api_table for functions #211
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#211
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?
Alright, so I use a typeahead in Sublime Text so when I have a Twython instance, it lets me see functions I can use. So when I do
When I type

git gives me options:So you see it gives me those options. But it doesn't give me
get_home_timelineorget_user_timelinewith options.My idea is to not clutter twython's core api with the functions, keep them in
endpoints.pybut make them real python definitions and then make them part of the Twython class.This will:
endpoints.py:The user would virtually see no difference in the Twython API and we'd still have all the endpoints separated