projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c65641b
)
Remove id endpoint parameter for API.friends
author
Harmon
<Harmon758@gmail.com>
Fri, 12 Feb 2021 04:06:29 +0000
(22:06 -0600)
committer
Harmon
<Harmon758@gmail.com>
Fri, 12 Feb 2021 04:06:29 +0000
(22:06 -0600)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 5043fb18e7ee6436345aac6c93a446c6e2f23cc8..126f16078b44d4bcee1d3311f0df84fc3f3bffec 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-613,8
+613,8
@@
class API:
"""
return self.request(
'GET', 'friends/list', *args, endpoint_parameters=(
- '
id', 'user_id', 'screen_name', 'cursor', 'count
',
- '
skip_status', '
include_user_entities'
+ '
user_id', 'screen_name', 'cursor', 'count', 'skip_status
',
+ 'include_user_entities'
), **kwargs
)