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

Method get

frontend-common/src/api_client.ts:60–62  ·  view source on GitHub ↗
(path: string,)

Source from the content-addressed store, hash-verified

58 }
59
60 async get<T>(path: string,): Promise<ApiResult<T>> {
61 return await this.do("GET", path);
62 }
63
64 async post<T>(path: string, body?: Body): Promise<ApiResult<T>> {
65 return await this.do("POST", path, body);

Callers 15

getCurrentUserMethod · 0.95
getCurrentUserGuildsMethod · 0.95
getAllSessionsMethod · 0.95
getUserPremiumSlotsMethod · 0.95
getFullDiscordGuildMethod · 0.95
getAllScriptsMethod · 0.95
getGuildMetaConfigMethod · 0.95
getNewsMethod · 0.95
getGuildPremiumSlotsMethod · 0.95
getCurrentUserPluginsMethod · 0.95

Calls 1

doMethod · 0.95

Tested by

no test coverage detected