Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/anomalyco/opencode
/ GET
Function
GET
packages/console/app/src/routes/openapi.json.ts:1–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
export
async
function
GET() {
2
const
response =
await
fetch(
3
"https://raw.githubusercontent.com/anomalyco/opencode/refs/heads/dev/packages/sdk/openapi.json"
,
4
)
5
const
json =
await
response.json()
6
return
json
7
}
Callers
nothing calls this directly
Calls
2
json
Method · 0.65
fetch
Function · 0.50
Tested by
no test coverage detected