#insight #describe #line #messaging #document #client #api-client

line_insight

本文件描述了 LINE 消息 API(Insight)

1 个不稳定发布版

0.0.1 2023 年 12 月 3 日

#23 in #insight


用于 line-bot-sdk-rust

无许可证

74KB
1K SLoC

Rust API 客户端 for line_insight

本文件描述了 LINE 消息 API(Insight)。

概述

此 API 客户端由 OpenAPI Generator 项目生成。通过使用来自远程服务器的 openapi-spec,您可以轻松生成 API 客户端。

  • API 版本:0.0.1
  • 包版本:0.0.1
  • 构建包:org.openapitools.codegen.languages.RustClientCodegen

安装

将包放在名为 line_insight 的目录下,并在 Cargo.toml 下的 [dependencies] 添加以下内容

line_insight = { path = "./line_insight" }

API 端点文档

所有 URI 都相对于 https://api.line.me

方法 HTTP 请求 描述
InsightApi get_friends_demographics Get /v2/bot/insight/demographic
InsightApi get_message_event Get /v2/bot/insight/message/event 获取用户交互统计数据
InsightApi get_number_of_followers Get /v2/bot/insight/followers 获取关注者数量
InsightApi get_number_of_message_deliveries Get /v2/bot/insight/message/delivery 获取消息投递数量
InsightApi get_statistics_per_unit Get /v2/bot/insight/message/event/aggregation

模型文档说明

要获取对生成的文档的访问权限,请使用

cargo doc --open

作者

依赖关系

~7–20MB
~291K SLoC