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 POST \ --url https://cloud.kaneo.app/api/gitea-integration/repositories \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "baseUrl": "<string>", "accessToken": "<string>" } '
{ "repositories": [ { "id": 123, "name": "<string>", "full_name": "<string>", "owner": { "login": "<string>" }, "private": true, "html_url": "<string>" } ] }
List repositories accessible with a Gitea token
Bearer token authentication
1
Repositories
Show child attributes
Was this page helpful?