List repositories for a GitHub App credential
curl --request GET \
--url https://api.kazzle.app/api/spaces/{spaceId}/git/github/repos \
--header 'Authorization: Bearer <token>'{
"repos": [
{
"name": "<string>",
"fullName": "<string>",
"private": true,
"defaultBranch": "<string>",
"cloneUrl": "<string>",
"htmlUrl": "<string>"
}
]
}curl --request GET \
--url https://api.kazzle.app/api/spaces/{spaceId}/git/github/repos \
--header 'Authorization: Bearer <token>'{
"repos": [
{
"name": "<string>",
"fullName": "<string>",
"private": true,
"defaultBranch": "<string>",
"cloneUrl": "<string>",
"htmlUrl": "<string>"
}
]
}