Warning, /pim/libkgapi/Mainpage.dox is written in an unsupported language. File is not indexed.

0001 /** @mainpage LibKGAPI
0002 
0003 \section purpose Purpose
0004 
0005 LibKGAPI is a library that implements various Google APIs so that
0006 3rd party applications can easily integrate with Google services.
0007 
0008 \section desc Description
0009 
0010 <h1>Supported Services</h1>
0011 LibKGAPI currently supports the following Google APIs:
0012 <ul>
0013   <li>Calendar API v3 (https://developers.google.com/google-apps/calendar)</li>
0014   <li>Contacts API v3 (https://developers.google.com/google-apps/contacts/v3/)</li>
0015   <li>Tasks API v1 (https://developers.google.com/google-apps/tasks)</li>
0016   <li>Static Google Maps API v2 (https://developers.google.com/maps/documentation/staticmaps/)</li>
0017   <li>Drive API v2 (https://developers.google.com/drive/v2/reference)</li>
0018   <li>Blogger API v3 (https://developers.google.com/blogger/docs/3.0/reference/)</li>
0019 </ul>
0020 Deprecated APIs:
0021 <ul>
0022   <li>Latitude API v1 (https://developers.google.com/latitude/v1/)</li>
0023 </ul>
0024 
0025 <h1>Examples</h1>
0026 For examples of how to use LibKGAPI in KDE applications, please refer to example
0027 programs in the examples folder. To compile examples, pass -DBUILD_EXAMPLES=TRUE
0028 to CMake.
0029 
0030 @authors
0031 Daniel Vrátil \<dvratil@kde.org\>
0032 Jan Grulich \<grulja@gmail.com\>
0033 
0034 @maintainers
0035 Daniel Vrátil \<dvratil@kde.org\>
0036 
0037 @licenses
0038 @gplv2
0039 
0040 // DOXYGEN_PROJECTNAME=LibKGAPI