]> jfr.im git - z_archive/twitter.git/blame - twitter/twitter_globals.py
add retweet to this globals file even though its supposed to be generated
[z_archive/twitter.git] / twitter / twitter_globals.py
CommitLineData
4e9d6343
HN
1'''
2 This module is automatically generated using `update.py`
3
df230711
HN
4 .. data:: POST_ACTIONS
5 List of twitter method names that require the use of POST
4e9d6343
HN
6'''
7
612ececa 8POST_ACTIONS = [
4e9d6343
HN
9
10 # Status Methods
ea6d9d18 11 'update', 'retweet'
4e9d6343
HN
12
13 # Direct Message Methods
14 'new',
15
16 # Account Methods
17 'update_profile_image', 'update_delivery_device', 'update_profile',
18 'update_profile_background_image', 'update_profile_colors',
19 'update_location', 'end_session',
20
21 # Notification Methods
22 'leave', 'follow',
23
24 # Status Methods, Block Methods, Direct Message Methods,
25 # Friendship Methods, Favorite Methods
26 'destroy',
27
28 # Block Methods, Friendship Methods, Favorite Methods
29 'create',
30
31]