Infra APIGithub

List user repositories

Lists GitHub repositories accessible to the user

GET/api/v1/github/repos

Lists GitHub repositories accessible to the user

Authorization

BearerAuth
AuthorizationBearer <token>

Supabase JWT Bearer token

In: header

Query Parameters

page?integer

Page number

per_page?integer

Items per page (max 100)

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/github/repos"
{  "page": 0,  "per_page": 0,  "repos": [    {      "full_name": "string",      "id": 0,      "name": "string"    }  ]}
{  "error": "string"}
{  "error": "string",  "message": "string"}
{  "error": "string"}