Example docs update

This commit is contained in:
Abdulla Abdurakhmanov 2020-09-03 14:47:45 +03:00
parent c65126c3d4
commit 50a1e74d3c

View file

@ -15,6 +15,13 @@ The example bot requires to work the following environment variables (from your
- SLACK_CLIENT_ID, SLACK_CLIENT_SECRET, SLACK_BOT_SCOPE, SLACK_REDIRECT_HOST - for OAuth
- SLACK_SIGNING_SECRET for all routes
Routes for this example are available on http://<your-host>:8080:
- /auth/install - to begin OAuth installation
- /auth/callback - a callback endpoint for Slack OAuth profile config
- /push - for Slack Push Events
- /interaction - for Slack Interaction Events
- /command - for Slack Command Events
## Licence
Apache Software License (ASL)