]> jfr.im git - z_archive/twitter.git/blame - twitter/twitter_globals.py
Merge branch 'master' into python3
[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
8a216048 11 'update', 'retweet',
4e9d6343
HN
12
13 # Direct Message Methods
7ef05275 14 'new',
4e9d6343
HN
15
16 # Account Methods
7ef05275
MV
17 'update_profile_image', 'update_delivery_device', 'update_profile',
18 'update_profile_background_image', 'update_profile_colors',
19 'update_location', 'end_session',
4e9d6343
HN
20
21 # Notification Methods
7ef05275 22 'leave', 'follow',
4e9d6343 23
7ef05275 24 # Status Methods, Block Methods, Direct Message Methods,
4e9d6343 25 # Friendship Methods, Favorite Methods
7ef05275 26 'destroy',
4e9d6343
HN
27
28 # Block Methods, Friendship Methods, Favorite Methods
7ef05275 29 'create',
4e9d6343
HN
30
31]