2个稳定版本
1.0.1 | 2024年2月13日 |
---|---|
1.0.0 | 2023年12月3日 |
#35 in #webhook
135KB
2K SLoC
Rust API客户端用于line_webhook
LINE 消息API的Webhook事件定义
概述
此API客户端由OpenAPI Generator项目生成。通过使用来自远程服务器的openapi-spec,您可以轻松地生成API客户端。
- API版本:1.0.1
- 包版本:1.0.1
- 构建包:
org.openapitools.codegen.languages.RustClientCodegen
安装
将包放入项目文件夹中名为line_webhook
的目录下,并在Cargo.toml
中的[dependencies]
下添加以下内容:
line_webhook = { path = "./line_webhook" }
API端点文档
所有URI均相对于https://example.com
类 | 方法 | HTTP请求 | 描述 |
---|---|---|---|
DummyApi | 回调 | POST /callback |
模型文档
- AccountLinkEvent
- ActionResult
- ActivatedEvent
- AllMentionee
- AttachedModuleContent
- AudioMessageContent
- BeaconContent
- BeaconEvent
- BotResumedEvent
- BotSuspendedEvent
- CallbackRequest
- ChatControl
- ContentProvider
- DeactivatedEvent
- DeliveryContext
- DetachedModuleContent
- Emoji
- Event
- EventMode
- FileMessageContent
- FollowDetail
- FollowEvent
- GroupSource
- ImageMessageContent
- ImageSet
- JoinEvent
- JoinedMembers
- LeaveEvent
- LeftMembers
- LinkContent
- LinkThingsContent
- LocationMessageContent
- MemberJoinedEvent
- MemberLeftEvent
- Mention
- Mentionee
- MessageContent
- MessageEvent
- ModuleContent
- ModuleEvent
- PnpDelivery
- PnpDeliveryCompletionEvent
- PostbackContent
- PostbackEvent
- RoomSource
- ScenarioResult
- ScenarioResultThingsContent
- Source
- StickerMessageContent
- TextMessageContent
- ThingsContent
- ThingsEvent
- UnfollowEvent
- UnlinkThingsContent
- UnsendDetail
- UnsendEvent
- UserMentionee
- 用户来源
- 视频消息内容
- 视频播放完成
- 视频播放完成事件
要获取生成的文档,请使用
cargo doc --open
作者
依赖项
~7–18MB
~282K SLoC