projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d624f3e
)
Add include_entities endpoint parameter for API.get_user
author
Harmon
<Harmon758@gmail.com>
Wed, 10 Feb 2021 04:45:49 +0000
(22:45 -0600)
committer
Harmon
<Harmon758@gmail.com>
Wed, 10 Feb 2021 04:45:49 +0000
(22:45 -0600)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 55254d7a3fef97e4ea0c14c13499127e16ed9116..e708b231bc51faaf6c214528bdf370a83504b3fa 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-448,7
+448,7
@@
class API:
"""
return self.request(
'GET', 'users/show', *args, endpoint_parameters=(
- 'user_id', 'screen_name'
+ 'user_id', 'screen_name'
, 'include_entities'
), **kwargs
)