slackapi / slackapi/deno-slack-api
[FEATURE] Add `files.uploadV2` like the other Slack SDKs have
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 45
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
See https://slack.dev/node-slack-sdk/web-api#upload-a-file for docs on how this method works from a user perspective.
Here is the code from the node-slack-sdk for this method: https://github.com/slackapi/node-slack-sdk/blob/main/packages/web-api/src/file-upload.ts
@seratch has example code for deno-slack-sdk-based apps that use the above approach, more or less, that we could probably lift from: https://github.com/seratch/slack-timesheet/blob/412d9899c839fe24531a097ab0f1f68eb0513d2a/functions/internals/reports.ts#L549-L590
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read the linked node-slack-sdk implementation in packages/web-api/src/file-upload.ts and the Deno usage example in functions/internals/reports.ts around lines 549-590. Compare both with the upload-a-file documentation; done means deno-slack-api provides files.uploadV2 with the documented user-facing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- deno, typescript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100