We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8716eec commit cd2d56cCopy full SHA for cd2d56c
mergin/client.py
@@ -344,7 +344,7 @@ def workspace_service(self, workspace_id):
344
Returns response from server as JSON dict or None if endpoint is not found
345
"""
346
resp = self.get(f"/v1/workspace/{workspace_id}/service")
347
- return json.loads(resp)
+ return json.load(resp)
348
349
def workspace_usage(self, workspace_id):
350
0 commit comments