From: Josh Roesslein Date: Sun, 17 Oct 2010 04:27:10 +0000 (-0500) Subject: Add include_rts parameter to user_timeline(). X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e15eb49a662367f3a6be1734f67b549698caa87a;p=tweepy.git Add include_rts parameter to user_timeline(). Closes #48 --- diff --git a/tweepy/api.py b/tweepy/api.py index 521470a..a5c687a 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -59,7 +59,7 @@ class API(object): path = '/statuses/user_timeline.json', payload_type = 'status', payload_list = True, allowed_param = ['id', 'user_id', 'screen_name', 'since_id', - 'max_id', 'count', 'page'] + 'max_id', 'count', 'page', 'include_rts'] ) """ statuses/mentions """