Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Botloader/botloader
/ getPublishedPublicPlugins
Method
getPublishedPublicPlugins
frontend-common/src/api_client.ts:186–188 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
184
}
185
186
async
getPublishedPublicPlugins(): Promise<ApiResult<Plugin[]>> {
187
return
await
this.get(`/api/plugins`);
188
}
189
190
async
getCurrentUserPlugins(): Promise<ApiResult<Plugin[]>> {
191
return
await
this.get(`/api/user/plugins`);
Callers
1
ViewPlugins
Function · 0.80
Calls
1
get
Method · 0.95
Tested by
no test coverage detected