docs(download): clarify authorization header
This commit is contained in:
parent
40dcf09aaf
commit
e04a61151f
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ function isValidLFSInfoResponseData(val: Record<string, any>): val is LFSInfoRes
|
|||
|
||||
/**
|
||||
* Downloads, caches and returns a blob corresponding to given LFS pointer.
|
||||
* Currently, the authorization header is responsibility of the caller.
|
||||
*/
|
||||
export default async function downloadBlobFromPointer(
|
||||
{ http: { request }, headers = {}, url }: DownloadBlobRequset,
|
||||
|
|
Loading…
Reference in a new issue