slackapi / node-slack-sdk

Slack Developer Kit for Node.js

Home Page:https://slack.dev/node-slack-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web-api: missing `admin.apps.config.*` methods

filmaj opened this issue · comments

The following method implementations are missing in web-api:

Funnily enough, we already have the arguments implemented as types, though: https://github.com/slackapi/node-slack-sdk/blob/main/packages/web-api/src/methods.ts#L1035-L1042

Hi @filmaj,

First time contributor here. I picked up this issue and opened a PR #1676