]> jfr.im git - z_archive/twitter.git/blame - twitter/twitter_globals.py
Version 1.17.0
[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
4e5c4880 11 'update', 'retweet', 'update_with_media', 'statuses/lookup',
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',
bd1346a3
R
19 'update_location', 'end_session', 'settings',
20 'update_profile_banner', 'remove_profile_banner',
4e9d6343
HN
21
22 # Notification Methods
7ef05275 23 'leave', 'follow',
4e9d6343 24
7ef05275 25 # Status Methods, Block Methods, Direct Message Methods,
4e9d6343 26 # Friendship Methods, Favorite Methods
bd1346a3 27 'destroy', 'destroy_all',
4e9d6343
HN
28
29 # Block Methods, Friendship Methods, Favorite Methods
6dd7e301 30 'create', 'create_all',
4e9d6343 31
c065829f 32 # Users Methods
4e5c4880 33 'users/lookup', 'report_spam',
c065829f 34
bd1346a3
R
35 # Streaming Methods
36 'filter', 'user', 'site',
eeb54b95 37
e99a58f8 38 # OAuth Methods
bd1346a3
R
39 'token', 'access_token',
40 'request_token', 'invalidate_token',
759cdb65
MV
41
42 # Upload Methods
43 'media/upload',
4e9d6343 44]