Skip to content
forked from KDE/libkgapi

Library for accessing various Google services via their public API

Notifications You must be signed in to change notification settings

cure1245/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

About

Library for accessing various Google services via their public API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.0%
  • C 2.8%
  • CMake 2.2%
  • Python 1.6%
  • Other 0.4%