python syncthing:到Syncthing REST接口的Python绑定 源码
python同步 Python绑定到Syncthing REST接口。 $ pip install syncthing 入门 from syncthing import Syncthing API_KEY = "..." s = Syncthing ( API_KEY ) # name spaced by API endpoints s . system . connections () # supports GET/POST semantics sync_errors = s . system . errors () s . system . clear () if sync_errors
用户评论