slackapi / slackapi/deno-slack-api
[FEATURE] Add proper types to clients
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
Please add types to the client. Seems like all but a very few of the SlackAPIClient methods are untyped. This makes the DX very poor.
Alternative solutions
Generate your own types based on the docs, but this can be inaccurate
Requirements
Have accurate types for all endpoints of the APIClient
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
Locate the SlackAPIClient entry point and inventory its currently untyped methods, then compare each endpoint with the Slack API documentation. Done means all API client endpoints expose accurate types; the issue does not name specific files or tests to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100