]> jfr.im git - z_archive/twitter.git/blob - twitter/twitter_globals.py
6bcc52c533ab0ffbddbb2f349b7ce3a53598cc6d
[z_archive/twitter.git] / twitter / twitter_globals.py
1 '''
2 This module is automatically generated using `update.py`
3
4 .. data:: POST_ACTIONS
5 List of twitter method names that require the use of POST
6 '''
7
8 POST_ACTIONS = [
9
10 # Status Methods
11 'update', 'retweet', 'update_with_media', 'statuses/lookup',
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', 'settings',
20 'update_profile_banner', 'remove_profile_banner',
21
22 # Notification Methods
23 'leave', 'follow',
24
25 # Status Methods, Block Methods, Direct Message Methods,
26 # Friendship Methods, Favorite Methods
27 'destroy', 'destroy_all',
28
29 # Block Methods, Friendship Methods, Favorite Methods
30 'create', 'create_all',
31
32 # Users Methods
33 'users/lookup', 'report_spam',
34
35 # Streaming Methods
36 'filter', 'user', 'site',
37
38 # OAuth Methods
39 'token', 'access_token',
40 'request_token', 'invalidate_token',
41 ]