Fetch a GitHub repository's metadata.
| Field | Type | Required |
|---|---|---|
owner | string | required |
repo | string | required |
curl -X POST "https://api.buildwithapi.io/v1/actors/github-repo/run-sync-get-dataset-items" \
-H "X-API-Key: vk_live_..." -H "Content-Type: application/json" \
-d '{"owner": "torvalds", "repo": "linux"}'{
"actor": "github-repo",
"status": "SUCCEEDED",
"stats": { "items": 1 },
"items": [ ... ],
"brand": "Vector by Phoenix"
}