You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param dest_fd: a file-like object to which the archive will be written
2719
-
:param at: string: Optional, the commit to download an archive of; if not supplied, an archive of the default branch is downloaded
2721
+
:param at: string: Optional, the commit to download an archive of; if not supplied,
2722
+
an archive of the default branch is downloaded
2720
2723
:param filename: string: Optional, a filename to include the "Content-Disposition" header
2721
-
:param format: string: Optional, the format to stream the archive in; must be one of: zip, tar, tar.gz or tgz. If not specified, then the archive will be in zip format.
2724
+
:param format: string: Optional, the format to stream the archive in; must be one of: zip, tar, tar.gz or tgz.
2725
+
If not specified, then the archive will be in zip format.
2722
2726
:param path: string: Optional, path to include in the streamed archive
2723
-
:param prefix: string: Optional, a prefix to apply to all entries in the streamed archive; if the supplied prefix does not end with a trailing /, one will be added automatically
2727
+
:param prefix: string: Optional, a prefix to apply to all entries in the streamed archive;
2728
+
if the supplied prefix does not end with a trailing /, one will be added automatically
2724
2729
:param chunk_size: int: Optional, download chunk size. Defeault is 128
0 commit comments