projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99cd815
)
Add include_entities endpoint parameter for API.favorites
author
Harmon
<Harmon758@gmail.com>
Sat, 13 Feb 2021 19:54:30 +0000
(13:54 -0600)
committer
Harmon
<Harmon758@gmail.com>
Sat, 13 Feb 2021 19:54:30 +0000
(13:54 -0600)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 85e5b872156aca58ca0374e42be690504a232993..9895012cf3240afd2c44d60496b74f9653420e87 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-745,7
+745,8
@@
class API:
"""
return self.request(
'GET', 'favorites/list', *args, endpoint_parameters=(
- 'screen_name', 'user_id', 'max_id', 'count', 'since_id'
+ 'screen_name', 'user_id', 'max_id', 'count', 'since_id',
+ 'include_entities'
), **kwargs
)