Adding /help/configuration endpoint
authorShawn Parker <shawn@twilio.com>
Thu, 17 Jan 2013 08:10:41 +0000 (00:10 -0800)
committerShawn Parker <shawn@twilio.com>
Thu, 17 Jan 2013 08:10:41 +0000 (00:10 -0800)
https://dev.twitter.com/docs/api/1.1/get/help/configuration

tweepy/api.py

index 060a879f77a3ee140d65484e930942269ccc90c4..9c83a54c7217b1cc0ec86e3c521f8ee982ab7fa5 100644 (file)
@@ -759,6 +759,13 @@ class API(object):
         allowed_param = ['lat', 'long', 'name', 'contained_within']
     )
 
+    """help/configuration"""
+    configuration = bind_api(
+        path = '/help/configuration.json',
+        payload_type = 'json',
+        require_auth = True,
+    )
+
     """ Internal use only """
     @staticmethod
     def _pack_image(filename, max_size):