]> jfr.im git - z_archive/twitter.git/blobdiff - twitter/twitter_globals.py
- Check rate limit using the command line tool. Patch by @stalkr_
[z_archive/twitter.git] / twitter / twitter_globals.py
index 680ccfcfa61d3886316729e7e2dee677028c6ced..5a2e6c82f9ebaffe1ce9fc7faf1f760e3c5d3097 100644 (file)
@@ -1,32 +1,31 @@
 '''
     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',
 
     # 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',
 
     # 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',
 
     # Block Methods, Friendship Methods, Favorite Methods
-    'create', 
+    'create',
 
 ]