Skip to main content

Module helpers

Module helpers 

Source
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§

DownloadResult
Metadata about a successfully downloaded file.
UploadResult
Metadata returned after a successful two-step file upload.