]> jfr.im git - z_archive/twitter.git/blobdiff - twitter/twitter_globals.py
Simplify further. New args to example script. Update documentation.
[z_archive/twitter.git] / twitter / twitter_globals.py
index 680ccfcfa61d3886316729e7e2dee677028c6ced..d7572ee06e2a1578109a4f727176ca4122b32542 100644 (file)
@@ -1,32 +1,41 @@
 '''
     This module is automatically generated using `update.py`
 
-    ..data::
-
-        `POST_ACTIONS`: Methods that require the use of POST
+    .. data:: POST_ACTIONS
+        List of twitter method names that require the use of POST
 '''
 
 POST_ACTIONS = [
 
     # Status Methods
-    'update', 
+    'update', 'retweet', 'update_with_media',
 
     # Direct Message Methods
-    'new', 
+    'new',
 
     # Account Methods
-    'update_profile_image', 'update_delivery_device', 'update_profile', 
-    'update_profile_background_image', 'update_profile_colors', 
-    'update_location', 'end_session', 
+    'update_profile_image', 'update_delivery_device', 'update_profile',
+    'update_profile_background_image', 'update_profile_colors',
+    'update_location', 'end_session', 'settings',
+    'update_profile_banner', 'remove_profile_banner',
 
     # Notification Methods
-    'leave', 'follow', 
+    'leave', 'follow',
 
-    # Status Methods, Block Methods, Direct Message Methods, 
+    # Status Methods, Block Methods, Direct Message Methods,
     # Friendship Methods, Favorite Methods
-    'destroy', 
+    'destroy', 'destroy_all',
 
     # Block Methods, Friendship Methods, Favorite Methods
-    'create', 
+    'create', 'create_all',
+
+    # Users Methods
+    'lookup', 'report_spam',
+
+    # Streaming Methods
+    'filter', 'user', 'site',
 
+    # OAuth Methods
+    'token', 'access_token',
+    'request_token', 'invalidate_token',
 ]