unison icon indicating copy to clipboard operation
unison copied to clipboard

Share API: Codebase details - `GET /codebase`

Open hojberg opened this issue 3 years ago • 1 comments

Get details of the logged in user's Codebase

Endpoint

GET /codebase

Response body:

type CodebaseOverview = {
  hash: string // Unison hash of the latest root branch
  lastSyncedAt?: string // ISO 8601
}

hojberg avatar Sep 01 '22 18:09 hojberg

lastSyncedAt -> lastPushedAt

aryairani avatar Sep 19 '22 18:09 aryairani