8000 GitHub - KDE/libkgapi: Library for accessing various Google services via their public API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Sponsor this project

  •  

Packages

No packages published

Contributors 46

0