curl --request GET \
--url https://cloud.kaneo.app/api/github-integration/repositories \
--header 'Authorization: Bearer <token>'[
{
"id": 123,
"name": "<string>",
"full_name": "<string>",
"owner": {
"login": "<string>"
},
"private": true,
"html_url": "<string>"
}
]List all accessible GitHub repositories
curl --request GET \
--url https://cloud.kaneo.app/api/github-integration/repositories \
--header 'Authorization: Bearer <token>'[
{
"id": 123,
"name": "<string>",
"full_name": "<string>",
"owner": {
"login": "<string>"
},
"private": true,
"html_url": "<string>"
}
]Documentation Index
Fetch the complete documentation index at: https://kaneo.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?