Zum Hauptinhalt springen

Leseoperationen

Verbundene Repositories Auflisten

GET /github/repos

Commits Abrufen

GET /github/repos/{repo_id}/commits

Pull Requests Abrufen

GET /github/repos/{repo_id}/pulls

Commits Suchen

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

Repository-Aktivität Abrufen

GET /github/repos/{repo_id}/activity

OAuth-Ablauf

OAuth Starten

GET /github-oauth/authorize

OAuth Callback

GET /github-oauth/callback

Webhooks

GitHub-Events Empfangen

POST /webhooks/github
Empfängt Webhook-Payloads von GitHub (push, pull_request, etc.). Verifiziert mit HMAC-Signatur.