From: Joshua Roesslein Date: Thu, 8 Nov 2012 03:36:05 +0000 (-0800) Subject: Remove deprecated trends endpoint. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e323190a4f2642b3b91b05161e1700e72e0731f7;p=tweepy.git Remove deprecated trends endpoint. --- diff --git a/tweepy/api.py b/tweepy/api.py index 00207aa..8acd57f 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -677,12 +677,6 @@ class API(object): ) search.pagination_mode = 'page' - """ trends """ - trends = bind_api( - path = '/trends.json', - payload_type = 'json' - ) - """ trends/current """ trends_current = bind_api( path = '/trends/current.json',