Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kde/libkgapi
Library for accessing various Google services via their public API
https://github.com/kde/libkgapi
Last synced: 4 days ago
JSON representation
Library for accessing various Google services via their public API
- Host: GitHub
- URL: https://github.com/kde/libkgapi
- Owner: KDE
- Created: 2015-09-18T13:24:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T13:24:34.000Z (7 months ago)
- Last Synced: 2024-05-01T12:02:03.754Z (7 months ago)
- Language: C++
- Homepage: https://invent.kde.org/pim/libkgapi
- Size: 4.3 MB
- Stars: 9
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/BSD-3-Clause.txt
- Authors: AUTHORS
Awesome Lists containing this project
README
# LibKGAPI
LibKGAPI (previously called LibKGoogle) is a C++ library that implements APIs for
various Google services.Currently supported APIs:
* Calendar API v3 (https://developers.google.com/google-apps/calendar)
* Contacts API v3 (https://developers.google.com/google-apps/contacts/v3/)
* Tasks API v1 (https://developers.google.com/google-apps/tasks)
* Static Google Maps API v2 (https://developers.google.com/maps/documentation/staticmaps/)
* Drive API v2 (https://developers.google.com/drive/v2/reference)
* Blogger API v3 (https://developers.google.com/blogger/docs/3.0/reference/)Deprecated APIs:
* Latitude API v1 (https://developers.google.com/latitude/v1/)## 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