Saltar al contenido principal

Operaciones de Lectura

Listar Repositorios Conectados

GET /github/repos

Obtener Commits

GET /github/repos/{repo_id}/commits

Obtener Pull Requests

GET /github/repos/{repo_id}/pulls

Buscar Commits

GET /github/commits/search?q={query}

Obtener Actividad del Repositorio

GET /github/repos/{repo_id}/activity

Flujo OAuth

Iniciar OAuth

GET /github-oauth/authorize

Callback OAuth

GET /github-oauth/callback

Webhooks

Recibir Eventos de GitHub

POST /webhooks/github
Recibe payloads de webhook desde GitHub (push, pull_request, etc.). Verificado con firma HMAC.