projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13b3260
)
Specify what methods are called in documentation for API.chunked_upload
author
Harmon
<Harmon758@gmail.com>
Sun, 21 Feb 2021 04:13:20 +0000
(22:13 -0600)
committer
Harmon
<Harmon758@gmail.com>
Sun, 21 Feb 2021 04:17:06 +0000
(22:17 -0600)
docs/api.rst
patch
|
blob
|
blame
|
history
diff --git
a/docs/api.rst
b/docs/api.rst
index 8a29e013905c724d4845f5916dbc720e8448e0c7..103e76f2518bb9ea0b0e9105c1b4a2b3dab2859f 100644
(file)
--- a/
docs/api.rst
+++ b/
docs/api.rst
@@
-1354,7
+1354,9
@@
Media methods
[media_category], [additional_owners])
Use this to upload images to Twitter.
- This uses the chunked upload endpoints.
+ This uses the chunked upload endpoints and calls
+ :func:`API.chunked_upload_init`, :func:`API.chunked_upload_append`, and
+ :func:`API.chunked_upload_finalize`.
:param filename: |filename|
:param file: |file|