MCPcopy Index your code
hub / github.com/seerr-team/seerr / getStatus

Method getStatus

server/api/plexapi.ts:126–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 }
125
126 public async getStatus(): Promise<PlexStatusResponse> {
127 return await this.get('/');
128 }
129
130 public async getLibraries(): Promise<PlexLibrary[]> {
131 const response = await this.get<PlexLibrariesResponse>('/library/sections');

Callers 1

index.tsFile · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected