MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / http_get_json

Function http_get_json

packages/server/src/main.rs:5733–5735  ·  view source on GitHub ↗
(server_url: &str, path: &str)

Source from the content-addressed store, hash-verified

5731}
5732
5733fn http_get_json(server_url: &str, path: &str) -> anyhow::Result<Value> {
5734 http_request_json(server_url, "GET", path, None)
5735}
5736
5737include!("main/service_client.rs");
5738

Callers 4

wait_for_pairing_targetFunction · 0.85
service_is_healthyFunction · 0.85

Calls 1

http_request_jsonFunction · 0.85

Tested by

no test coverage detected