]> jfr.im git - z_archive/twitter.git/blobdiff - twitter/twitter_globals.py
Add missing json import.
[z_archive/twitter.git] / twitter / twitter_globals.py
index 46e10055155f2498baf8aca1e5a65b11afe52560..39436b1a341cce36053d8dcaa7bd90c1ba80df87 100644 (file)
@@ -1,32 +1,39 @@
 '''
     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 = [
+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', 'create_all',
+
+    # Users Methods
+    'lookup',
+
+    # Semantic Methods
+    'filter',
 
+    # OAuth Methods
+    'token',
 ]