MCPcopy Create free account
hub / github.com/VirtualHotBar/NetMount / buildApiUrl

Function buildApiUrl

src/utils/rclone/request.ts:30–32  ·  view source on GitHub ↗

* 构建完整 API URL

(path: string)

Source from the content-addressed store, hash-verified

28 * 构建完整 API URL
29 */
30function buildApiUrl(path: string): string {
31 return `${rcloneInfo.endpoint.url}${path}`
32}
33
34/**
35 * 统一处理 API 响应

Callers 5

rclone_api_noopFunction · 0.85
rclone_api_postFunction · 0.85
rclone_api_getFunction · 0.85
rclone_api_post_asyncFunction · 0.85
rclone_api_job_statusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected