Slack.NetStandard.Endpoint
1.2.1
See the version list below for details.
dotnet add package Slack.NetStandard.Endpoint --version 1.2.1
NuGet\Install-Package Slack.NetStandard.Endpoint -Version 1.2.1
<PackageReference Include="Slack.NetStandard.Endpoint" Version="1.2.1" />
paket add Slack.NetStandard.Endpoint --version 1.2.1
#r "nuget: Slack.NetStandard.Endpoint, 1.2.1"
// Install Slack.NetStandard.Endpoint as a Cake Addin #addin nuget:?package=Slack.NetStandard.Endpoint&version=1.2.1 // Install Slack.NetStandard.Endpoint as a Cake Tool #tool nuget:?package=Slack.NetStandard.Endpoint&version=1.2.1
Slack.NetStandard.Endpoint
Small library used to build single Slack endpoints - allowing simpler wiring of Slack apps by examining the full request and deserializing appropriately
Overview
Slack has several different ways of sending data:
- Events API
- Interaction Payloads
- Slash Commands
Slack apps deal with the input from these requests but each sends the data in slightly different ways.
The idea of the endpoint libraries is that they will examine the HTTP Request being sent in and handle different deserialization methods to allow your app to handle all your slack requests from a single endpoint.
This allows the application code to worry less about application code to get up and running with Slack and more on the app itself.
Current implementations:
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Slack.NetStandard (>= 2.8.6)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Slack.NetStandard.Endpoint:
Package | Downloads |
---|---|
Slack.NetStandard.RequestHandler
Small library to help build slack apps in a more modular way |
|
Slack.NetStandard.Endpoint.ApiGatewayLambdaProxy
Slack endpoint for API Gateway Lambda Proxy |
|
Slack.NetStandard.Endpoint.HttpRequest
Small library to help make building slack apps easier when you have access to an HttpRequest object |
GitHub repositories
This package is not used by any popular GitHub repositories.
Simplify endpoint