Expand description
HTTP helpers for Linear file operations.
Linear’s file handling works outside the GraphQL API: uploads go to Google
Cloud Storage via signed URLs, and downloads fetch from Linear’s CDN. These
helpers use the SDK’s internal HTTP client so consumers don’t need a separate
reqwest dependency.
Structs§
- Download
Result - Metadata about a successfully downloaded file.
- Upload
Result - Metadata returned after a successful two-step file upload.