Is there a c/c++ client for google channel api?
Asked
Active
Viewed 622 times
4 Answers
4
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.

DrPizza
- 17,882
- 7
- 41
- 53
0
You can write an own client using libCURL for your HTTP requests and json-cpp to read/write JSON with C++.

cfedermann
- 3,286
- 19
- 24
0
See if this helps. Google has recently announced new C++ API for almost all their services:

Raman Sharma
- 4,551
- 4
- 34
- 63