You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I am pretty sure handbrewed is better than this library because RestKit:
it is too big and does too much,
it depends on old AFNetworking
it has maintenance problems, bugs and questionable design.
My advise is to use newest Apple protocol named Codable (https://developer.apple.com/documentation/swift/codable). There is not much work with this and it's robust solution ready for
future updates and improvements.
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
The text was updated successfully, but these errors were encountered: