syncthing / syncthing-macos

Official frugal and native macOS Syncthing application bundle
https://syncthing.net
MIT License
2.78k stars 147 forks source link

Improve syncthing REST client with Swift Codable #61

Open xor-gate opened 6 years ago

xor-gate commented 6 years ago

Currently syncthing daemon HTTP REST calls are handbrewed, we should map them to native objects which is more convienent using https://github.com/RestKit/RestKit

leszarna commented 6 years ago

I am pretty sure handbrewed is better than this library because RestKit:

xor-gate commented 6 years ago

Thanks @leszarna for your comment.