GithubHelp home page GithubHelp logo

htaudah / libgdata Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gnome/libgdata

0.0 2.0 0.0 12.32 MB

GLib-based library for accessing online service APIs using the GData protocol

Home Page: https://wiki.gnome.org/Projects/libgdata

License: GNU Lesser General Public License v2.1

Makefile 1.79% Shell 0.54% M4 0.39% C 97.28%

libgdata's Introduction

libgdata
========

libgdata is a GLib-based library for accessing online service APIs using the
GData protocol --- most notably, Google's services. It provides APIs to access
the common Google services, and has full asynchronous support.

See the test programs in gdata/tests/ for simple examples of how to use the
code.

libgdata is API and ABI stable.

Dependencies
============

 • glib-2.0 ≥ 2.44.0
 • libxml-2.0
 • gio-2.0 ≥ 2.44.0
 • libsoup-2.4 ≥ 2.42.0
 • liboauth ≥ 0.9.4
 • json-glib ≥ 0.15.0

If compiling with --enable-gnome (for GNOME support):
 • gcr-base-3
 • goa-1.0 ≥ 3.8

If compiling the demos:
 • gtk+-3.0 ≥ 2.91.2

Environment variables
=====================

If the environment variable LIBGDATA_DEBUG is set to one of the following
values, libgdata will give debug output (at various levels):
 0: Output no debug messages or network logs
 1: Output debug messages, but not network logs
 2: Output debug messages and network traffic headers
 3: Output debug messages and full network traffic logs, redacting usernames,
    passwords and auth. tokens
 4: Output debug messages and full network traffic logs, and don't redact
    usernames, passwords and auth. tokens
If LIBGDATA_DEBUG is unset, no debug output will be produced.

So, to debug a program which uses libgdata, run it from a terminal with the
following command:

$ LIBGDATA_DEBUG=3 ./my-program-name &> libgdata.log

Deprecation guards
==================

If LIBGDATA_DISABLE_DEPRECATED is defined when compiling against libgdata, all
deprecated API will be removed from included headers.

Licensing
=========

libgdata is licensed under the LGPL; see COPYING for more details.

Contact
=======

Philip Withnall <[email protected]>
https://wiki.gnome.org/Projects/libgdata

libgdata's People

Contributors

alshopov avatar aquarichy avatar askhl avatar atriwidada avatar aurisc4 avatar changwoo avatar claudep avatar claudinux avatar debarshiray avatar dmustieles avatar dooteo avatar enrico-br avatar fidencio avatar frandieguez avatar garnacho avatar gforcada avatar kelemeng avatar knight-2000 avatar marv-cz avatar mirosnik1 avatar pecisk avatar pesder avatar piotrdrag avatar pmkovar avatar pwithnall avatar thanostx avatar thiblahute avatar yarons avatar yeager avatar ymyasoedov avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.