Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
MaybePluginProvider
Function · 0.80
Calls
1
get
Method · 0.95
Tested by
no test coverage detected