GitHub
Endpoints for GitHub integration.
Last updated
Endpoints for GitHub integration.
Last updated
GET /api/github/auth?userId=text HTTP/1.1
Host:
Accept: */*
GET /api/github/callback?code=text&state=text HTTP/1.1
Host:
Accept: */*
GET /api/github/repos/{uid} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
POST /api/github/repo/{uid} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 15
{
"repo": "text"
}