feat: implement configuration for http backend

This commit is contained in:
Yannik Schmidt
2025-02-15 15:47:45 +01:00
parent c2d3a0f37a
commit d6f8e6ac4d
2 changed files with 21 additions and 6 deletions

View File

@@ -177,6 +177,7 @@ class HTTP(DataBackend):
else:
r = requests.get(self._get_url(), params={ "path" : path })
r.raise_for_status()
#print(r, r.status_code, r.content)
paths = r.json()["contents"]