MCPcopy Create free account
hub / github.com/Botloader/botloader / post

Method post

frontend-common/src/api_client.ts:64–66  ·  view source on GitHub ↗
(path: string, body?: Body)

Source from the content-addressed store, hash-verified

62 }
63
64 async post<T>(path: string, body?: Body): Promise<ApiResult<T>> {
65 return await this.do("POST", path, body);
66 }
67
68 async delete<T>(path: string, body?: Body): Promise<ApiResult<T>> {
69 return await this.do("DELETE", path, body);

Callers 11

logoutMethod · 0.95
confirmLoginMethod · 0.95
validateScriptMethod · 0.95
reloadGuildVmMethod · 0.95
addPluginToGuildMethod · 0.95
updateScriptPluginMethod · 0.95
addPluginImageMethod · 0.95

Calls 1

doMethod · 0.95

Tested by

no test coverage detected