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

Method getCurrentUserPlugins

frontend-common/src/api_client.ts:190–192  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

188 }
189
190 async getCurrentUserPlugins(): Promise<ApiResult<Plugin[]>> {
191 return await this.get(`/api/user/plugins`);
192 }
193
194 async getPlugin(scriptId: number): Promise<ApiResult<Plugin>> {
195 return await this.get(`/api/plugins/${scriptId}`);

Callers 1

fetchScriptsFunction · 0.80

Calls 1

getMethod · 0.95

Tested by

no test coverage detected