]> jfr.im git - z_archive/twitter.git/blame - twitter/twitter_globals.py
Add missing json import.
[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
6dd7e301 29 'create', 'create_all',
4e9d6343 30
c065829f
R
31 # Users Methods
32 'lookup',
33
eeb54b95
R
34 # Semantic Methods
35 'filter',
36
e99a58f8
NS
37 # OAuth Methods
38 'token',
4e9d6343 39]