Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MiniMax-AI/cli
/ fileUploadEndpoint
Function
fileUploadEndpoint
src/client/endpoints.ts:47–49 ·
view source on GitHub ↗
(baseUrl: string)
Source
from the content-addressed store, hash-verified
45
}
46
47
export
function
fileUploadEndpoint(baseUrl: string): string {
48
return
`${baseUrl}/v1/files`;
49
}
50
51
export
function
fileListEndpoint(baseUrl: string): string {
52
return
`${baseUrl}/v1/files/list`;
Callers
2
run
Function · 0.90
upload
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected