gdata-cpp-util


Google Data APIs C++ utility library

A simple utility library that can be used to GET/POST/PUT/DELETE data using the Google Data APIs. The code contains helpers for authentication, sending http request using curl, and parsing an atom feed.

A sample application is provided to work with the Documents List API.


Dependencies:

libcurl C++ wrapper for curl (http://curl.haxx.se/libcurl/cplusplus/)

libxml++ C++ wrapper for libxml2 (http://libxmlplusplus.sourceforge.net/)

Project Information

Labels:
gdata cpp cplusplus AtomPub ATOM GData REST Google