apaas-attachment

Installation
SKILL.md

aPaaS Attachment

Overview

Use this skill for client.attachment.file.* and client.attachment.avatar.*.

File Operations

const uploaded = await client.attachment.file.upload({
  file: fs.createReadStream("/path/to/file.zip")
});

const data = await client.attachment.file.download({
  file_id: "file_token"
});
Installs
3
First Seen
3 days ago
apaas-attachment — ennann/apaas-oapi-node-client