slackapi/python-slack-sdk

More convenient pagination support in SCIM / Audit Logs API clients

Open

#1,121 创建于 2021年9月21日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Python (3,738 star) (885 fork)batch import
Version: 3xdiscussiongood first issuescim-client

描述

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.

贡献者指南

More convenient pagination support in SCIM / Audit Logs API clients · slackapi/python-slack-sdk#1121 | Good First Issue