File: README

package info (click to toggle)
libkgapi 18.08.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,064 kB
  • sloc: cpp: 26,405; ansic: 1,206; xml: 142; makefile: 8; sh: 1
file content (39 lines) | stat: -rw-r--r-- 1,255 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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 compile automated tests, run 'make buildtests'. To run automated tests, run 'make test'

BUGS:
-----
Submit bugs and feature requests to KDE bugzilla, product libkgapi:

https://bugs.kde.org/enter_bug.cgi?product=libkgapi

API Documentation:
------------------
http://api.kde.org/extragear-api/libs-apidocs/libkgapi/html/index.html