Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
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
Bearer token authentication
List of repositories
Show child attributes
Was this page helpful?