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

Method getPlugin

frontend-common/src/api_client.ts:194–196  ·  view source on GitHub ↗
(scriptId: number)

Source from the content-addressed store, hash-verified

192 }
193
194 async getPlugin(scriptId: number): Promise<ApiResult<Plugin>> {
195 return await this.get(`/api/plugins/${scriptId}`);
196 }
197
198 async createPlugin(params: {
199 name: string,

Callers 1

MaybePluginProviderFunction · 0.80

Calls 1

getMethod · 0.95

Tested by

no test coverage detected