Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShipSecAI/studio
/ getApiAuthHeaders
Function
getApiAuthHeaders
frontend/src/services/api.ts:917–919 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
915
};
916
917
export
async
function
getApiAuthHeaders(): Promise<Record<string, string>> {
918
return
getAuthHeaders();
919
}
920
921
export
default api;
Callers
15
load
Function · 0.90
useAgentChatTransport
Function · 0.90
apiRequest
Function · 0.90
listGroups
Function · 0.90
listTemplates
Function · 0.90
getGroup
Function · 0.90
getGroupServers
Function · 0.90
getGroupHealth
Function · 0.90
syncTemplates
Function · 0.90
importTemplate
Function · 0.90
deleteGroup
Function · 0.90
discover
Function · 0.90
Calls
1
getAuthHeaders
Function · 0.85
Tested by
no test coverage detected