unison
unison copied to clipboard
Share API: Codebase details - `GET /codebase`
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
}
lastSyncedAt -> lastPushedAt