#push-notifications #pushover #desktop-notifications #desktop #push #notifications #mobile

pushover-rs

A Rust 客户端用于 Pushover (https://www.pushover.net)

21 个版本

0.3.18 2024年5月19日
0.3.15 2023年11月22日
0.3.14 2023年6月10日
0.3.9 2023年3月29日
0.2.6 2021年11月24日

#161 in GUI

Download history 9/week @ 2024-04-28 1/week @ 2024-05-05 202/week @ 2024-05-19 3/week @ 2024-05-26 15/week @ 2024-06-30 208/week @ 2024-07-28 1/week @ 2024-08-04

每月 209 次下载

MIT 许可证

39KB
728

Pushover RS

描述

这是一个 Rust 客户端库,您可以使用它与 Pushover 消息 API 交互。

此客户端是非官方的,我与 Pushover 没有任何联系。

状态:工作 & 维护

获取方式

直接从 crates.io 获取

Cargo.toml

[dependencies]
pushover-rs = "*"
...

使用方法

您需要

使用示例

查看 示例文件夹

文档

在这里

运行测试

要运行测试,您需要

  • 创建一个 /testdata 文件夹,在其中
    • 放一个名为 attachment_test.jpg 的图片
    • 创建一个 credentials.json,其中包含以下内容
{
    "token": "your token",
    "user": "your user key"
}
  • 总结
/testdata
    /testdata/attachment_test.jpg
    /testdata/credentials.json

注意

API 可能会在未来发生变化或损坏,但我会尽力不破坏任何东西。

更新日志

0.3.18

  • 支持 TTL 选项

依赖关系

~6–17MB
~241K SLoC