()
| 82 | } |
| 83 | |
| 84 | async getCurrentUserGuilds(): Promise<ApiResult<CurrentGuildsResponse>> { |
| 85 | return await this.get("/api/guilds"); |
| 86 | } |
| 87 | |
| 88 | async getAllSessions(): Promise<ApiResult<SessionMeta[]>> { |
| 89 | return await this.get("/api/sessions"); |
no test coverage detected