MCPcopy Create free account
hub / github.com/SwishHQ/spread / getSetupStatus

Function getSetupStatus

web/src/api/services/setupService.ts:27–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25
26export const setupService = {
27 async getSetupStatus(): Promise<SetupStatusResponse> {
28 const response = await client.get<SetupStatusResponse>("/setup/status");
29 return response.data;
30 },
31
32 async initUser(userData: InitUserRequest): Promise<InitUserResponse> {
33 const response = await client.post<InitUserResponse>(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected