projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
593ef1c
)
Add endpoint parameters for API.list_members
author
Harmon
<Harmon758@gmail.com>
Mon, 15 Feb 2021 07:45:27 +0000
(
01:45
-0600)
committer
Harmon
<Harmon758@gmail.com>
Mon, 15 Feb 2021 07:45:27 +0000
(
01:45
-0600)
count, include_entities, skip_status
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 5e85fb0b9b9cd6e20ed4659b9ac0e480d72cf77a..bb5a179401d2b6fd5dbe3c4cbb1809923c6de0a0 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-1048,7
+1048,8
@@
class API:
"""
return self.request(
'GET', 'lists/members', *args, endpoint_parameters=(
- 'owner_screen_name', 'slug', 'list_id', 'owner_id', 'cursor'
+ 'owner_screen_name', 'slug', 'list_id', 'owner_id', 'count',
+ 'cursor', 'include_entities', 'skip_status'
), **kwargs
)