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