Hi,
I'd like to integrate my app with Joplin Server using the same synchronization protocol as Joplin Client itself.
Where can we find the documentation of the Joplin Server synchronization protocol?
Thanks,
--Martin
Hi,
I'd like to integrate my app with Joplin Server using the same synchronization protocol as Joplin Client itself.
Where can we find the documentation of the Joplin Server synchronization protocol?
Thanks,
--Martin
There is some documentation at Joplin synchronisation | Joplin, but I guess you have to find out the implementation on your own. I tried to wrap parts of the server API in Python (experimentally): GitHub - marph91/joppy: Python interface for the Joplin client and server API.
super cool! thanks for sharing.