用于 c/c++ 的 Google 渠道 api客户
是否有适用于 google 频道 api 的 ac/c++ 客户端?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
是否有适用于 google 频道 api 的 ac/c++ 客户端?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
好吧,您可能可以编写自己的客户端,因为我的理解是它“只是”HTTP 和 JSON。
有一个悬而未决的功能请求,Google 坚决忽略该请求以获取替代方案客户端 API。
Well, you could probably write your own client, since my understanding is that it's "just" HTTP and JSON.
There's an outstanding feature request that Google is resolutely ignoring to get alternative client APIs.
不。唯一的官方客户端是用 Javascript 编写的。
No. The only official client is witten in Javascript.
您可以使用 libCURL 为 HTTP 请求编写自己的客户端,并使用 json-cpp 使用 C++ 读取/写入 JSON。
You can write an own client using libCURL for your HTTP requests and json-cpp to read/write JSON with C++.
看看这是否有帮助。 Google 最近为几乎所有服务宣布了新的 C++ API:
https://google-api-client-libraries.appspot.com/resources/api-libraries/documentation/compute/v1beta15/cpp/latest/
See if this helps. Google has recently announced new C++ API for almost all their services:
https://google-api-client-libraries.appspot.com/resources/api-libraries/documentation/compute/v1beta15/cpp/latest/