slackapi / bolt-js

A framework to build Slack apps using JavaScript
https://tools.slack.dev/bolt-js/
MIT License
2.75k stars 393 forks source link

More clearly surface documentation on how to use Bolt.js with HTTP event delivery #2083

Open vadivelJ96 opened 7 months ago

vadivelJ96 commented 7 months ago

A complete documentation specifying how to run application in http method from bolt.js in detail is needed

filmaj commented 7 months ago

Have you seen this document? https://slack.dev/bolt-js/tutorial/getting-started-http

vadivelJ96 commented 7 months ago

thanks you for sharing and for your quick responses, but still I suggest bolt going in detail about http method.

filmaj commented 7 months ago

That's fair, I'll re-open the issue. There is room to improve the discovery of the HTTP specific guide (it is buried at the bottom of the primary getting started guide, which is socket-mode-specific).

Perhaps someone with available time could tackle this one 😊 🙏