Skip to content

Commit

Permalink
Add include_entities endpoint parameter for API.get_user
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Feb 10, 2021
1 parent d624f3e commit 485691d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tweepy/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ def get_user(self, *args, **kwargs):
"""
return self.request(
'GET', 'users/show', *args, endpoint_parameters=(
'user_id', 'screen_name'
'user_id', 'screen_name', 'include_entities'
), **kwargs
)

Expand Down

0 comments on commit 485691d

Please sign in to comment.