Skip to content
/ libkgapi Public

Library for accessing various Google services via their public API

Notifications You must be signed in to change notification settings

KDE/libkgapi

Repository files navigation

LibKGAPI

LibKGAPI (previously called LibKGoogle) is a C++ library that implements APIs for various Google services.

Currently supported APIs:

Deprecated APIs:

Compiling:

mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
make
# As root:
make install

To compile example applications, run cmake with -DKGAPI_BUILD_EXAMPLES=TRUE argument. To run automated tests, run make test. To disable building tests, run cmake with -DBUILD_TESTING=OFF argument.

BUGS:

Submit bugs and feature requests to KDE bugzilla, product libkgapi:

https://bugs.kde.org/enter_bug.cgi?product=libkgapi

API Documentation:

https://api.kde.org/kdepim/libkgapi/html/index.html