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:
parent
d6f3d731a2
commit
454a41fe94
1 changed files with 1 additions and 1 deletions
|
|
@ -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': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue