Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kde/attica
Attica is a Qt library that implements the Open Collaboration Services API.
https://github.com/kde/attica
Last synced: 4 days ago
JSON representation
Attica is a Qt library that implements the Open Collaboration Services API.
- Host: GitHub
- URL: https://github.com/kde/attica
- Owner: KDE
- Created: 2015-09-18T14:44:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-02T15:58:36.000Z (12 days ago)
- Last Synced: 2024-11-02T16:19:39.986Z (12 days ago)
- Language: C++
- Homepage: https://invent.kde.org/frameworks/attica
- Size: 1.19 MB
- Stars: 14
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSES/CC0-1.0.txt
- Authors: AUTHORS
Awesome Lists containing this project
README
# Attica
Open Collaboration Service client library
## Introduction
Attica is a Qt library that implements the Open Collaboration Services API version 1.6.
The REST API is defined here:
https://www.freedesktop.org/wiki/Specifications/open-collaboration-services/It grants easy access to the services such as querying information about persons and contents.
The library is used in KNewStuff3 as content provider.
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).Your basic entrypoint for using Attica's functionality is the Attica::ProviderManager class.