Reputation: 13158
Is there a c/c++ client for google channel api?
Upvotes: 2
Views: 627
Reputation: 4581
See if this helps. Google has recently announced new C++ API for almost all their services:
Upvotes: 0
Reputation: 3284
You can write an own client using libCURL for your HTTP requests and json-cpp to read/write JSON with C++.
Upvotes: 0
Reputation: 18360
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.
Upvotes: 4