【发布时间】:2016-03-23 13:02:24
【问题描述】:
如何将官方Pushbullet API 网站上给出的 curl 命令实现到我的 C# 程序中?
例子:
curl --header 'Access-Token: <your_access_token_here>' \
https://api.pushbullet.com/v2/users/me
我可以以某种方式直接将该代码写入我的 C# 程序,还是使用 php?
【问题讨论】:
标签: c# php api curl pushbullet