projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5875322
)
Add endpoint parameters for API.show_list_subscriber
author
Harmon
<Harmon758@gmail.com>
Mon, 15 Feb 2021 08:02:48 +0000
(
02:02
-0600)
committer
Harmon
<Harmon758@gmail.com>
Mon, 15 Feb 2021 08:02:48 +0000
(
02:02
-0600)
Add include_entities and skip_status endpoint parameters for API.show_list_subscriber
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index f89d877505051bcb0817a11dd272d47e14e7eac8..a554beca3b4b6e20882321a4f2ceb61c309ad2e9 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-1104,7
+1104,7
@@
class API:
return self.request(
'GET', 'lists/subscribers/show', *args, endpoint_parameters=(
'owner_screen_name', 'slug', 'screen_name', 'owner_id',
- 'list_id', 'user_id'
+ 'list_id', 'user_id'
, 'include_entities', 'skip_status'
), **kwargs
)