文件名称:syncthing-dotnet:NET的Syncthing API Rest连接器
文件大小:30KB
文件格式:ZIP
更新时间:2024-05-22 14:53:22
api syncthing C#
同步点网 NET的Syncthing API Rest连接器 用法 RestClient client = new RestClient ( " http://localhost:8384 " , " {{your_api_key}} " ); if ( client . Ping ()) { Console . WriteLine ( " Your client ID: " + client . GetSystemStatus (). ClientID ); } 注意:所有呼叫都是同步的