added the missing slash in "getMentionsTimeline" #156

Merged
bkvirendra merged 1 commit from patch-1 into master 2013-03-31 09:35:37 -07:00
Showing only changes of commit 454a41fe94 - Show all commits

View file

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