MCPcopy Create free account
hub / github.com/GmpABR/NexusFlow / getMyWorkspaces

Function getMyWorkspaces

frontend/src/api/workspaces.ts:43–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43export const getMyWorkspaces = async () => {
44 const response = await api.get<Workspace[]>('/workspaces');
45 return response.data;
46};
47
48export const createWorkspace = async (data: CreateWorkspaceDto) => {
49 const response = await api.post<Workspace>('/workspaces', data);

Callers 2

loadWorkspacesFunction · 0.90
fetchDataFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected