projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b2ed0a
)
Add endpoint parameters for API.retweets_of_me
author
Harmon
<Harmon758@gmail.com>
Mon, 8 Feb 2021 08:47:02 +0000
(
02:47
-0600)
committer
Harmon
<Harmon758@gmail.com>
Mon, 8 Feb 2021 08:47:02 +0000
(
02:47
-0600)
trim_user, include_entities, include_user_entities
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 2a3b9931722786edea9589aa8ceeb1e5da3d4a12..ec3b49f531cffef96b3ad1679f9ebb17e43e7b18 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-300,7
+300,8
@@
class API:
"""
return self.request(
'GET', 'statuses/retweets_of_me', endpoint_parameters=(
- 'since_id', 'max_id', 'count'
+ 'count', 'since_id', 'max_id', 'trim_user', 'include_entities',
+ 'include_user_entities'
), **kwargs
)