Infra APIVms github

List GitHub repos for VM

GET/api/v1/vms/{vm_id}/github/repos

Authorization

BearerAuth
AuthorizationBearer <token>

Supabase JWT Bearer token

In: header

Path Parameters

vm_id*string

VM ID

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/vms/string/github/repos"
{  "repos": [    {      "id": "string",      "repo_name": "string",      "repo_url": "string"    }  ],  "vm_id": "string"}
{  "error": "string",  "message": "string"}
{  "error": "string",  "message": "string"}
{  "error": "string",  "message": "string"}
{  "error": "string",  "message": "string"}