[Akonadi] [Bug 362938] Implement tomboy REST API as Akonadi resource

Daniel Vrátil via KDE Bugzilla bugzilla_noreply at kde.org
Wed Jun 1 15:34:24 BST 2016


https://bugs.kde.org/show_bug.cgi?id=362938

Daniel Vrátil <dvratil at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dvratil at kde.org

--- Comment #2 from Daniel Vrátil <dvratil at kde.org> ---
Hi,

o2 (https://github.com/pipacs/o2) looks good as well, supports OAuth1 and seems
to be still maintained.

>From my own experience with writing Akonadi resources, you should consider
using KIO's KJob instead of directly using QNetworkAccessManager: KIO gives you
integration with KDE proxy settings, certificate chain and other goodies, and
the design pattern of KJobs is well-suited for the ResourceBase API, as it
enforces statelessness (is that a word?), which is a good way to prevent
unexpected and hard-to-debug issues in the resources.

Feel free to talk to us on kde-pim mailinglist or #kontact IRC channel if you
need any help or have some questions regarding Akonadi (our tutorials and
manuals are slightly outdated, so you might get in trouble even if you follow
them...)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list