Warning, /frameworks/attica/README.md is written in an unsupported language. File is not indexed.
0001 # Attica 0002 0003 Open Collaboration Service client library 0004 0005 ## Introduction 0006 0007 Attica is a Qt library that implements the Open Collaboration Services API version 1.6. 0008 The REST API is defined here: 0009 https://www.freedesktop.org/wiki/Specifications/open-collaboration-services/ 0010 0011 It grants easy access to the services such as querying information about persons and contents. 0012 The library is used in KNewStuff3 as content provider. 0013 In order to integrate with KDE's Plasma Desktop, a platform plugin exists in [plasma-desktop](https://commits.kde.org/plasma-desktop?path=attica-kde). 0014 0015 Your basic entrypoint for using Attica's functionality is the Attica::ProviderManager class.