]> jfr.im git - z_archive/twitter.git/blob - twitter/twitter_globals.py
Merge https://github.com/sixohsix/twitter
[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', '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 'lookup', 'report_spam',
34
35 # Geo Methods
36 'place',
37
38 # Streaming Methods
39 'filter', 'user', 'site',
40
41 # OAuth Methods
42 'token', 'access_token',
43 'request_token', 'invalidate_token',
44 ]