pkgsrc/net/kxmlrpcclient/DESCR
markd 1a8c7b4e45 Add KDE Frameworks 5.21.0 packages:
kdnssd - Abstraction to system DNSSD features
knewstuff - Support for downloading application assets from the network
kxmlrpcclient - XML-RPC client library for KDE
2016-05-26 09:01:44 +00:00

8 lines
458 B
Text

This library contains simple XML-RPC Client support. It is a complete
client and is quite easy to use. Only one interface is exposed to the
world, kxmlrpcclient/client.h and of that interface, you only need to
use 3 methods: setUrl, setUserAgent and call.
A small note on authentication. If you will be accessing an XML-RPC server
which uses HTTP-AUTH, simply set the user and pass in the URL. To use
Digest authentication, call setDigestAuthEnabled(true).