Skip to content

Commit

Permalink
DOC: Add info about the stream_write function [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cheginit committed Jan 9, 2023
1 parent e27b59d commit d39c4b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ use to make web calls:
* ``retrieve_text``: Get responses as ``text`` objects.
* ``retrieve_binary``: Get responses as ``binary`` objects.
* ``retrieve_json``: Get responses as ``json`` objects.
* ``stream_write``: Stream responses and write them to disk in chunks.

You can also use the general-purpose ``retrieve`` function to get responses as any
of the three types. All responses are returned as a list that has the same order as the
Expand Down

0 comments on commit d39c4b4

Please sign in to comment.