Parameters
Asset
The asset to resolve and download.
str | PathLike[str]
The destination path. Missing parent directories are created.
bool
Whether to replace an existing destination. Defaults to
False.Returns
The destination as aPath.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
async def Client.download(
asset: Asset,
destination: str | PathLike[str],
*,
overwrite: bool = False,
) -> Path
False.Path.Was this page helpful?