Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Botloader/botloader
/ getAllSessions
Method
getAllSessions
frontend-common/src/api_client.ts:88–90 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
}
87
88
async
getAllSessions(): Promise<ApiResult<SessionMeta[]>> {
89
return
await
this.get(
"/api/sessions"
);
90
}
91
92
async
logout(): Promise<ApiResult<{}>> {
93
return
await
this.post(
"/api/logout"
);
Callers
1
fetchSessions
Function · 0.80
Calls
1
get
Method · 0.95
Tested by
no test coverage detected