]> jfr.im git - z_archive/twitter.git/blob - twitter/twitter_globals.py
Merge pull request #178 from dkanygin/master
[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',
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', 'create_all',
30
31 # Users Methods
32 'lookup',
33
34 # Semantic Methods
35 'filter',
36
37 # OAuth Methods
38 'token',
39 ]