added the missing slash in "getMentionsTimeline"

was unable to fetch mentions because of the missing slash and the missing '.json'
This commit is contained in:
Virendra Rajput 2013-03-31 21:23:16 +05:30
parent d6f3d731a2
commit 454a41fe94

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': {