projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66f6704
)
Add count endpoint parameter for API.retweeters
author
Harmon
<Harmon758@gmail.com>
Wed, 10 Feb 2021 04:16:54 +0000
(22:16 -0600)
committer
Harmon
<Harmon758@gmail.com>
Wed, 10 Feb 2021 04:16:54 +0000
(22:16 -0600)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 293f2c6c3c0abcf2c8b77ce2babc562672c769b7..8279c201599f4de9811d0244ce13f255b1b2eade 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-438,7
+438,7
@@
class API:
"""
return self.request(
'GET', 'statuses/retweeters/ids', id, *args, endpoint_parameters=(
- 'id', 'cursor', 'stringify_ids'
+ 'id', 'c
ount', 'c
ursor', 'stringify_ids'
), **kwargs
)