You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-86Lines changed: 2 additions & 86 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,90 +10,6 @@ An opinionated ASP.NET Core middleware to create simple Slackbots using the Slac
10
10
### Install
11
11
Download it from NuGet:[](https://www.nuget.org/packages/slackbot.net.endpoints/)
12
12
13
-
`$ dotnet add package slackbot.net.endpoints`
13
+
### Docs
14
14
15
-
### Supported events
16
-
-`challenge`
17
-
-`app_mention`
18
-
-`view_submission`
19
-
-`member_joined_channel`
20
-
21
-
22
-
23
-
## Configuration
24
-
25
-
A slack app can be distributed either as a single-workspace application (1 single Slack token), or as a _distributed_ Slack application where other workspaces can install it them self either via a web page, or via the Slack App Store.
26
-
### Single workspace Slack app
27
-
28
-
29
-
```csharp
30
-
varbuilder=WebApplication.CreateBuilder(args);
31
-
32
-
// Needed to verify that incoming event payloads are from Slack
0 commit comments