← all adapters

slack-style

simulates Slack Web API 1.0

restadapter v0.1.06 routes

use it

# add to stunt.yaml
services:
  slack:
    adapter: embedded:slack-style

# then
$ stunt up

The embedded: source extracts this adapter from the binary — no git clone, fully offline.

backing stores

channelsmessages

routes (6)

POST/api/auth.test
POST/api/chat.postMessage
POST/api/conversations.create
GET/api/conversations.list
GET/api/conversations.history
POST/api/reactions.add