用于 c/c++ 的 Google 渠道 api客户

发布于 2024-12-11 02:33:45 字数 41 浏览 0 评论 0 原文

是否有适用于 google 频道 api 的 ac/c++ 客户端?

Is there a c/c++ client for google channel api?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

書生途 2024-12-18 02:33:45

好吧,您可能可以编写自己的客户端,因为我的理解是它“只是”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.

临走之时 2024-12-18 02:33:45

不。唯一的官方客户端是用 Javascript 编写的。

No. The only official client is witten in Javascript.

酒解孤独 2024-12-18 02:33:45

您可以使用 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++.

那片花海 2024-12-18 02:33:45

看看这是否有帮助。 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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文