MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / postManagedSkillAction

Function postManagedSkillAction

dashboard/holographic/src/api.ts:70–74  ·  view source on GitHub ↗
(id: string, action: string)

Source from the content-addressed store, hash-verified

68}
69
70function postManagedSkillAction(id: string, action: string) {
71 return fetchJSON<ManagedSkillResponse>(managedSkillPath(id, action), {
72 method: "POST",
73 });
74}
75
76export const api = {
77 /** Overview + facts + entities + graph (GET /). */

Callers 1

api.tsFile · 0.85

Calls 2

fetchJSONFunction · 0.90
managedSkillPathFunction · 0.85

Tested by

no test coverage detected