hot.dev/slack — Slack API bindings for Hot. Includes Chat, Channels, Users, Files, Apps, Calls, Auth, Team, OAuth, Emoji, and Views APIs.
Add to your project
"hot.dev/slack": "1.0.5"
Add this to your deps in hot.hot
Namespaces
::slack
| Namespace | Functions | Types | Description |
|---|---|---|---|
::api | 2 | 1 | Remove legacy token query params and normalize URL separators. |
::apps | 7 | 12 | GET /apps.permissions.info - Get the permissions this app has been granted. |
::calls | 7 | 14 | POST /calls.add - Register a new call. |
::channels | 18 | 36 | POST /conversations.archive - Archive a conversation. |
::files | 13 | 26 | POST /files.delete - Delete a file. |
::messaging | 26 | 52 | POST /chat.delete - Delete a message from a channel. |
::misc | 16 | 31 | POST /auth.test - Check authentication and identity. |
::users | 24 | 47 | GET /users.conversations - List conversations the calling user may access. |
::webhooks | 1 | — | Verify a Slack webhook request signature using HMAC-SHA256. |