sh [pushover rest] pushover resful #pusher
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh [pushover rest] pushover resful #pusher相关的知识,希望对你有一定的参考价值。
# Get Current User
curl --header 'Access-Token: <your_access_token_here>' https://api.pushbullet.com/v2/users/me
# Send an ephemeral
curl --header 'Access-Token: <your_access_token_here>' \
--header 'Content-Type: application/json' \
--data-binary '{"push":{"cat":"meow"},"type":"push"}' \
--request POST \
https://api.pushbullet.com/v2/ephemerals
# send sms
curl --header "Access-Token: $token" \
--header 'Content-Type: application/json' \
--data-binary '{"push":{"conversation_iden":"9119","message":"Hello!","package_name":"com.pushbullet.android","source_user_iden":"ujpah72o0","target_device_iden":"ujpah72o0sjAoRtnM0jc","type":"messaging_extension_reply"},"type":"push"}' \
--request POST \
https://api.pushbullet.com/v2/sms
以上是关于sh [pushover rest] pushover resful #pusher的主要内容,如果未能解决你的问题,请参考以下文章
javascript [pushover] #pushing
基于pushover实现计算机/服务器向不同设备的通知推送
基于pushover实现计算机/服务器向不同设备的通知推送
忽略手机静音模式
通过 bat 脚本将 deluge torrentname 传递给 powershell
完整Thunderhead.Engineering.Pathfinder.v2016.1.0229