FeishuNetSdk.Endpoint 3.0.3

dotnet add package FeishuNetSdk.Endpoint --version 3.0.3                
NuGet\Install-Package FeishuNetSdk.Endpoint -Version 3.0.3                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FeishuNetSdk.Endpoint" Version="3.0.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FeishuNetSdk.Endpoint --version 3.0.3                
#r "nuget: FeishuNetSdk.Endpoint, 3.0.3"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FeishuNetSdk.Endpoint as a Cake Addin
#addin nuget:?package=FeishuNetSdk.Endpoint&version=3.0.3

// Install FeishuNetSdk.Endpoint as a Cake Tool
#tool nuget:?package=FeishuNetSdk.Endpoint&version=3.0.3                

FeishuNetSdk.Endpoint

FeishuNetSdk 开发包的事件回调终结点扩展。

.NET 🔹FeishuNetSdk 🔹FeishuNetSdk.Endpoint 🔹FeishuNetSdk.WebSocket

飞书开放平台网址:https://open.feishu.cn/

接口清单详见:

TenantAccessToken 适用接口清单

UserAccessToken 适用接口清单

注意事项:

在开始配置之前,你需要确保已了解以下注意事项:

  • 配置终结点并运行程序
  • 将终点地址配置到 飞开发者后台 事件与回调的请求地址中。

用法:

1、安装Nuget包

PM> Install-Package FeishuNetSdk.Endpoint

2、服务注册

(1)输入应用凭证的方式

builder.Services
    .AddFeishuNetSdk(
        AppId: "cli_a*********013",
        AppSecret: "H2wl******************UBfyVn",
        EncryptKey: "75vyV******************wpkjy",
        VerificationToken: "WVrlO******************2EsMSJw");

(2)配置终结点

//启用飞书事件回调地址服务
app.UseFeishuEndpoint("/a/b/c/d");
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.3 97 9/21/2024
3.0.1 118 9/13/2024
3.0.0 86 9/8/2024