MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / ngrok_api_get

Function ngrok_api_get

deployments/feishu/webhook-server/start-with-ngrok.py:96–97  ·  view source on GitHub ↗
(path: str)

Source from the content-addressed store, hash-verified

94
95
96def ngrok_api_get(path: str) -> dict[str, Any] | None:
97 return http_json("GET", f"{NGROK_API_BASE}{path}")
98
99
100def ngrok_api_post(path: str, payload: dict[str, Any]) -> dict[str, Any] | None:

Callers 2

ngrok_api_onlineFunction · 0.85
get_tunnelsFunction · 0.85

Calls 1

http_jsonFunction · 0.85

Tested by

no test coverage detected