Stasis
Repositories

List user repositories

Get a list of repositories for the authenticated user

GET
/api/v1/repos

Response Body

application/json

curl -X GET "https://example.com/api/v1/repos"
{
  "page": 0,
  "per_page": 0,
  "repositories": [
    {
      "clone_url": "string",
      "created_at": "2019-08-24T14:15:22Z",
      "default_branch": "string",
      "description": "string",
      "downstream_url": "string",
      "git_path": "string",
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "is_private": true,
      "last_synced_at": "2019-08-24T14:15:22Z",
      "mirror_direction": "string",
      "mirror_enabled": true,
      "name": "string",
      "next_sync_at": "2019-08-24T14:15:22Z",
      "owner": "string",
      "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
      "ssh_url": "string",
      "sync_interval": 0,
      "sync_schedule": "string",
      "sync_status": "string",
      "updated_at": "2019-08-24T14:15:22Z",
      "upstream_url": "string"
    }
  ],
  "total": 0,
  "total_pages": 0
}
Empty