Getting Started
Developer Resources
Indices and Tables
Helper function to download a potentially large file.
url (str) – The URL to GET the data from.
filename_or_buffer (str or file-like object) – The filename_or_buffer or file-like object to download to.
chunk_size (int) – The chunk size in bytes.