library · inferred from evidence
xero-node
A Node.js library for interacting with the Xero API, referenced in the GitHub issue.
- xero-node `createInvoiceAttachmentByFileName` creates an attachment with no file content
Yes, it was an SDK bug. The generated `accountingApi.js` mishandled the file contents when building the request body, so the attachment record was created but the content never made it through.