From: rosscg Date: Fri, 14 Jul 2017 17:57:03 +0000 (+0100) Subject: Added params to user_timeline X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2f16711e2736200d1482c07204afbc929d093eba;p=tweepy.git Added params to user_timeline --- diff --git a/tweepy/api.py b/tweepy/api.py index b1221c0..bdf5b43 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -111,7 +111,7 @@ class API(object): require_auth=True ) - + @property def user_timeline(self): """ :reference: https://dev.twitter.com/rest/reference/get/statuses/user_timeline :allowed_param:'id', 'user_id', 'screen_name', 'since_id', 'max_id', 'count', 'include_rts', 'trim_user', 'exclude_replies'