This commit is contained in:
Virendra Rajput 2013-03-31 08:53:25 -07:00
commit 56f6251259

View file

@ -21,7 +21,7 @@ base_url = 'http://api.twitter.com/{{version}}'
api_table = {
# Timelines
'getMentionsTimeline': {
'url': 'statuses/mentions_timeline',
'url': '/statuses/mentions_timeline.json',
'method': 'GET',
},
'getUserTimeline': {