II.
APIEndpoint JSON
Structured · liveapi-endpoint:kradle-web-get-git-proxy
GET /api/git-proxy json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "api-endpoint:kradle-web-get-git-proxy",
"_kind": "APIEndpoint",
"_file": "extensions/api-endpoints/kradle-web-api-endpoints.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "GET /api/git-proxy",
"method": "GET",
"path": "/api/git-proxy",
"version": "v1",
"responseShape": "{ ok: boolean, message: string, upstream?: string }",
"readOnly": true,
"errorEnvelope": "standard-json",
"authRequired": true,
"description": "GET endpoint for Kradle web git proxy operations. Source: packages/kradle/web/app/api/git-proxy/route.js; export async function GET."
},
"outgoingEdges": [
{
"from": "api-endpoint:kradle-web-get-git-proxy",
"to": "package:a5c-ai-kradle-web",
"kind": "exposed_by",
"attributes": {}
}
],
"incomingEdges": []
}