Skip to main content

Crate slack_rs

Crate slack_rs 

Source
Expand description

Slack CLI library

Provides core functionality for the Slack CLI:

  • API client and call handling
  • OAuth authentication and profile management
  • Wrapper commands for common operations
  • Idempotency store for preventing duplicate writes

Modulesยง

api
Slack API client and call handling
auth
Auth commands for Slack CLI
cli
CLI command routing and handlers
commands
Command implementations for Slack CLI wrapper commands
debug
Debug logging helpers.
idempotency
Idempotency store for preventing duplicate write operations
oauth
OAuth 2.0 authentication flow with PKCE support
profile
Profile and token storage management
skills
Skill installation module