The Mercury Attachments API — file attachment metadata and download URLs.
Summary
Functions
Returns attachment metadata, including a short-lived presigned download
URL. GET /attachments/{id}
Functions
@spec get(client :: Mercury.Client.t(), attachment_id :: String.t()) :: {:ok, Mercury.Attachment.t()} | {:error, Exception.t()}
Returns attachment metadata, including a short-lived presigned download
URL. GET /attachments/{id}
@spec get!(client :: Mercury.Client.t(), attachment_id :: String.t()) :: Mercury.Attachment.t()