A Python Syncthing REST API client

Hey there !

I more or less got the Syncthing-GTK project revived here: https://github.com/syncthing-gtk. For those who don’t know, it’s a python+gtk wrapper around Syncthing.

While reviewing the existing code, i decided the API client code should be rewritten − and split into its own project.

And that’s done! Here’s the draft. It’s fully working, and supports the whole API as of 1.23.7. The goal of this project is to provide a common base to other GUI and CLI projects as well.

Please make comments, issues, merge requests <3

4 Likes

I love the name! :slight_smile:

1 Like