slackapi/python-slack-sdk

Improve structure of `admin.apps.config.set` HTTP API arguments

Open

#1,412 创建于 2023年10月6日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Python (885 fork)batch import
auto-triage-skipenhancementgood first issue

仓库指标

Star
 (3,738 star)
PR 合并指标
 (平均合并 21小时 30分钟) (30 天内合并 17 个 PR)

描述

I improved the documentation and helped implement the API methods for admin.apps.config.* recently in the node-slack-sdk. As part of this work, it became clear that the arguments for the admin.apps.config.set method were vaguely documented and unclear.

I did some discovery and was able to more specifically type them in the node-slack-sdk. See this section of the PR in node-slack-sdk.

Perhaps we could do something similar in the Python SDK.

Category (place an x in each of the [ ])

  • slack_sdk.web.WebClient (sync/async) (Web API client)

贡献者指南