Learn R Programming

aisdk (version 1.1.0)

start_feishu_webhook_server: Start a Feishu Webhook Server

Description

Start a minimal httpuv server exposing a Feishu callback endpoint.

Usage

start_feishu_webhook_server(
  runtime,
  host = "127.0.0.1",
  port = 8788,
  path = "/feishu/webhook"
)

Value

An httpuv server handle.

Arguments

runtime

A ChannelRuntime with a Feishu adapter registered.

host

Bind host.

port

Bind port.

path

Callback path.