projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46e2c08
)
Add endpoint parameters for API.show_list_member
author
Harmon
<Harmon758@gmail.com>
Mon, 15 Feb 2021 07:51:31 +0000
(
01:51
-0600)
committer
Harmon
<Harmon758@gmail.com>
Mon, 15 Feb 2021 07:51:31 +0000
(
01:51
-0600)
Add include_entities and skip_status endpoint parameters for API.show_list_member
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 8d303b27a2c13047106d6970ea898d091f162ca2..9398f4b4c9f2c2c0ff0c58898bfc0ee2019c3e69 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-1060,7
+1060,8
@@
class API:
return self.request(
'GET', 'lists/members/show', *args, endpoint_parameters=(
'list_id', 'slug', 'user_id', 'screen_name',
- 'owner_screen_name', 'owner_id'
+ 'owner_screen_name', 'owner_id', 'include_entities',
+ 'skip_status'
), **kwargs
)