slackapi/python-slack-sdk
在 GitHub 查看More convenient pagination support in SCIM / Audit Logs API clients
Open
#1,121 创建于 2021年9月21日
Version: 3xdiscussiongood first issuescim-client
仓库指标
- Star
- (3,738 star)
- PR 合并指标
- (平均合并 21小时 30分钟) (30 天内合并 17 个 PR)
描述
If it's possible I'd love for the SCIMClient's searches to be able to be paginated like the WebClient does with the SlackResponse. It looks like it could be done with the body returned.
Category (place an x in each of the [ ])
- slack_sdk.web.WebClient (sync/async) (Web API client)
- slack_sdk.webhook.WebhookClient (sync/async) (Incoming Webhook, response_url sender)
- slack_sdk.models (UI component builders)
- slack_sdk.oauth (OAuth Flow Utilities)
- slack_sdk.socket_mode (Socket Mode client)
- slack_sdk.audit_logs (Audit Logs API client)
- slack_sdk.scim (SCIM API client)
- slack_sdk.rtm (RTM client)
- slack_sdk.signature (Request Signature Verifier)
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.