MCPcopy Create free account
hub / github.com/Tong89/smartNode / _json

Function _json

tests/test_api_errors.py:54–55  ·  view source on GitHub ↗
(resp)

Source from the content-addressed store, hash-verified

52# ---------------------------------------------------------------------------
53
54def _json(resp):
55 return json.loads(resp.data.decode("utf-8"))
56
57
58def _post_gs(client, payload, content_type="application/json"):

Calls

no outgoing calls

Tested by

no test coverage detected