Remove deprecated trends endpoint.
authorJoshua Roesslein <jroesslein@gmail.com>
Thu, 8 Nov 2012 03:36:05 +0000 (19:36 -0800)
committerJoshua Roesslein <jroesslein@gmail.com>
Thu, 8 Nov 2012 03:36:05 +0000 (19:36 -0800)
tweepy/api.py

index 00207aa0407adf8f3a19db4053caa563ba3841c9..8acd57fb05533a4d52493d97c68c750dcba53814 100644 (file)
@@ -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',