Documentation Index
Fetch the complete documentation index at: https://code.storage/docs/llms.txt
Use this file to discover all available pages before exploring further.
Options
Branch name, tag, or commit SHA. Defaults to the default branch.
Glob patterns for files to include in the archive.
Glob patterns for files to exclude from the archive.
Maximum blob size in bytes. When provided, files larger than this limit are excluded from the archive.
Prefix to add to each entry in the tar archive (e.g.,
repo/).Returns
Returns a streaming response containing atar.gz archive.
- TypeScript: Standard Fetch
Response. - Python: Async response object with
.aread()for bytes. - Go:
*http.Response(remember to closeBody).