feat: add read-only resource and route discovery

This commit is contained in:
2026-07-22 16:34:29 +00:00
parent 1219117403
commit f0555703cb
10 changed files with 713 additions and 3 deletions
+1
View File
@@ -68,6 +68,7 @@ class ServiceProbeTests(unittest.TestCase):
opener = _Opener([
'{"version":"v2.0.1","longVersion":"syncthing v2.0.1"}',
'{"myID":"DEVICE-ID"}',
'{"folders":[]}',
])
with patch(
"archive_clients.services.request.build_opener",