X-Git-Url: https://jfr.im/git/z_archive/twitter.git/blobdiff_plain/4e9d63435b514ee669b2fb0045180aa1b49abfdc..7f22c0211d8f3cc0efc56533b98354cc8f3aecac:/twitter/twitter_globals.py diff --git a/twitter/twitter_globals.py b/twitter/twitter_globals.py index 46e1005..44ec53a 100644 --- a/twitter/twitter_globals.py +++ b/twitter/twitter_globals.py @@ -1,15 +1,14 @@ ''' 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',