slackapi / slackapi/deno-slack-api

[FEATURE] Add support for SlackLists API endpoints

Open
#129 0 comments 1 reaction 0 assignees View on GitHub

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:

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.