Warning, /pim/libkgapi/README.md is written in an unsupported language. File is not indexed.

0001 # LibKGAPI
0002 
0003 LibKGAPI (previously called LibKGoogle) is a C++ library that implements APIs for
0004 various Google services.
0005 
0006 Currently supported APIs:
0007  * Calendar API v3 (https://developers.google.com/google-apps/calendar)
0008  * Contacts API v3 (https://developers.google.com/google-apps/contacts/v3/)
0009  * Tasks API v1 (https://developers.google.com/google-apps/tasks)
0010  * Static Google Maps API v2 (https://developers.google.com/maps/documentation/staticmaps/)
0011  * Drive API v2 (https://developers.google.com/drive/v2/reference)
0012  * Blogger API v3 (https://developers.google.com/blogger/docs/3.0/reference/)
0013 
0014 Deprecated APIs:
0015  * Latitude API v1 (https://developers.google.com/latitude/v1/)
0016 
0017 ## Compiling:
0018 
0019 ```
0020 mkdir build
0021 cd build
0022 cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
0023 make
0024 # As root:
0025 make install
0026 ```
0027 
0028 To compile example applications, run cmake with `-DKGAPI_BUILD_EXAMPLES=TRUE` argument.
0029 To run automated tests, run `make test`. To disable building tests, run cmake with `-DBUILD_TESTING=OFF` argument.
0030 
0031 ## BUGS:
0032 
0033 Submit bugs and feature requests to KDE bugzilla, product libkgapi:
0034 
0035 https://bugs.kde.org/enter_bug.cgi?product=libkgapi
0036 
0037 ## API Documentation:
0038 
0039 https://api.kde.org/kdepim/libkgapi/html/index.html