slackapi / slackapi/node-slack-sdk
Support assistant.search.* APIs
Open
Beginner friendly
Nobody has claimed this yet.
auto-triage-skip
enhancement
pkg:web-api
- Dominant language
- TypeScript
- Stars
- 3.4k
- Forks
- 688
- Avg merge
- 15h 31m
- Merged PRs (30d)
- 27
Description
Package
@slack/web-api
Description
The following two endpoints aren't set up in @slack/web-api:
- https://docs.slack.dev/reference/methods/assistant.search.context
- https://docs.slack.dev/reference/methods/assistant.search.info
I would be nice to be able to use these via this library.
Alternatives Considered
We can use fetch for these API calls as a workaround in the meantime.
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
Start in the @slack/web-api package by locating how Slack API methods are registered and compare the missing assistant.search.context and assistant.search.info endpoints with existing method entries. Done means both documented endpoints can be called through the library rather than requiring fetch.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100