Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/slackapi/node-slack-sdk
/ server.js
File
server.js
examples/express-all-interactions/server.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
http = require(
'http'
);
2
const
express = require(
'express'
);
3
const
{ createMessageAdapter } = require(
'@slack/interactive-messages'
);
4
const
{ WebClient } = require(
'@slack/web-api'
);
Callers
nothing calls this directly
Calls
7
createMessageAdapter
Function · 0.85
validateKudosSubmission
Function · 0.85
action
Method · 0.80
options
Method · 0.80
error
Method · 0.65
expressMiddleware
Method · 0.45
createServer
Method · 0.45
Tested by
no test coverage detected