slackapi / slackapi/deno-slack-api
[FEATURE] Add support for SlackLists API endpoints
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 45
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Description of the problem being solved
Add method and type support for the new SlackLists API endpoints:
- slackLists.access.delete
- slackLists.access.set
- slackLists.create
- slackLists.download.get
- slackLists.download.start
- slackLists.items.create
- slackLists.items.delete
- slackLists.items.deleteMultiple
- slackLists.items.info
- slackLists.items.list
- slackLists.items.update
- slackLists.update
Alternative solutions
await client.apiCall("chat.postMessage", {
text: "hello there",
channel: "...",
});
Requirements
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.
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 Slack Lists API method documentation and the repository's contributing guidelines first, then inspect existing API method and type implementations for similar endpoints. Add support for all twelve listed slackLists methods and their types; done means each endpoint is represented and usable through the client.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100