A secure internal service that mediates between AI Chat and GitHub API.
Authenticate with an API key using the X-Api-Key header or Authorization: Bearer to access the API.
GET /health — health checkGET /api/v1/search/repositories — search repositoriesGET /api/v1/repos/:owner/:repo — get repository infoPOST /api/v1/repos/:owner/:repo/issues — create an issuePOST /api/v1/repos/:owner/:repo/pulls — create a pull requestcurl -H "X-Api-Key: your-key" \ https://github-gateway.fss.uu.nl/api/v1/search/repositories?q=kubernetes&org=FSW-AppTeam