slackapi/python-slack-sdk

More convenient pagination support in SCIM / Audit Logs API clients

Open

#1.121 aberto em 21 de set. de 2021

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Python (885 forks)batch import
Version: 3xdiscussiongood first issuescim-client

Métricas do repositório

Stars
 (3.738 stars)
Métricas de merge de PR
 (Mesclagem média 21h 30m) (17 fundiu PRs em 30d)

Description

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.

Guia do colaborador