Expand description
HTTP client for Slack API calls
This module provides a configurable HTTP client with:
- Configurable base URL (for testing with mock servers)
- Retry logic with exponential backoff
- Rate limit handling (429 + Retry-After)
- Support for both wrapper commands and generic API calls
Structs§
- ApiClient
- Slack API client
- ApiClient
Config - Configuration for the API client
Enums§
- ApiClient
Error - API client errors (for generic API calls)
- ApiError
- API client errors (for wrapper commands)
- Request
Body - Request body type