projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
009b54e
)
Add include_entities and skip_status endpoint parameters for API.blocks
author
Harmon
<Harmon758@gmail.com>
Sun, 14 Feb 2021 06:13:09 +0000
(
00:13
-0600)
committer
Harmon
<Harmon758@gmail.com>
Sun, 14 Feb 2021 06:13:09 +0000
(
00:13
-0600)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index f22d26e42ebf7351a43ad21ab0cc4db6aed1bb9d..9aedeec0ea13b27cf472848cc33821d3a7e02080 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-839,7
+839,7
@@
class API:
"""
return self.request(
'GET', 'blocks/list', *args, endpoint_parameters=(
- '
cursor',
+ '
include_entities', 'skip_status', 'cursor'
), **kwargs
)