1. 首页
  2. 数据库
  3. 其它
  4. python syncthing:到Syncthing REST接口的Python绑定 源码

python syncthing:到Syncthing REST接口的Python绑定 源码

上传者: 2021-02-09 19:49:49上传 ZIP文件 24.83KB 热度 21次
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
用户评论