You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/web-api/AGENTS.md
+20-14Lines changed: 20 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ The core Slack Web API client. Wraps every Slack API method with typed request a
15
15
-**p-retry** for automatic retries with backoff
16
16
-**ChatStreamer** (`src/ChatStreamer.ts`) for streaming support via `chatStream()`
17
17
- Built-in cursor pagination via `paginate()`
18
+
- Rate limiting with emitted events
18
19
19
20
## Critical Rules
20
21
@@ -24,12 +25,31 @@ The core Slack Web API client. Wraps every Slack API method with typed request a
24
25
4.**Response type imports use individual files**, not the barrel — e.g., `import type { ChatPostMessageResponse } from './types/response/ChatPostMessageResponse'`.
25
26
5.**Request type imports use the barrel** — `import type { ChatPostMessageArguments } from './types/request'`.
0 commit comments