MCPcopy Create free account
hub / github.com/TaskingAI/TaskingAI / getActionsDetail

Function getActionsDetail

frontend/src/axios/actions.ts:36–39  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

34 return await request.delete(`${project_base_url}/actions/${id}`)
35}
36const getActionsDetail = async (id: string) => {
37 const project_base_url = `api/v1`
38 return await request.get(`${project_base_url}/actions/${id}`)
39}
40export { getActionsList, createActions, updateActions, deleteActions, getActionsDetail }

Callers 1

handleEditFunction · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected