Skip to content

davidsansome/libmygpo-qt

 
 

Repository files navigation

==========  README ==========

=== What is libmygpo-qt ===

libmygpo-qt is a Qt Library that wraps the gpodder.net Web API (https://wiki.gpodder.org/wiki/Web_Services/API_2)

v1.0 wraps nearly every Request from the gpodder.net API except:
-) Simple API Calls Downloading subscription Lists & Uploading subscription Lists
-) Retrieving Subscription Changes (you should use "Retrieving Updates for a given Device" instead)

=== Copyright & License ===

Copyright 2010 - 2011 Stefan Derkits ([email protected]) , Christian Wagner ([email protected]) & Felix Winter ([email protected])

See COPYING File for License

=== Maintainer ===

Current Maintainer: Stefan Derkits (HorusHorrendus @ irc.freenode.net)

=== Requirements ===

-) Qt 4.7 or higher
-) Cmake 2.6 or higher
-) QJson

=== Links ===

Homepage:                https://wiki.gpodder.org/wiki/Libmygpo-qt
Git Repo:                https://github.com/gpodder/libmygpo-qt
Doxygen Documentation:   https://stefan.derkits.at/libmygpo-doc/ 
Bugreports:              https://bugs.gpodder.org
Contact:                 [email protected]
IRC Channel:             #gpodder on FreeNode (irc.freenode.net)

=== How to Install ===

-) Create Directory "build"
-) change into build and run "cmake .. -DCMAKE_BUILD_TYPE=Debug"
-) make
-) make install (might need root)

To use libmygpo-qt include the Header "ApiRequest.h" into your Code. You can find the cflags & linker flags for libmygpo-qt either via pkg-config (.pc file will be installed to your System) or with the Findlibmygpo-qt.cmake Macro (located in cmake/modules/ )
You can check the Example Application to see how you can use libmygpo-qt in your Application

About

C++/Qt Client Library for gpodder.net

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.6%
  • C 1.4%