GetRepoQueryParams

data class GetRepoQueryParams(val did: Did, val since: Tid? = null)

Parameters

did

The DID of the repo.

since

The revision ('rev') of the repo to create a diff from.

Constructors

Link copied to clipboard
constructor(did: Did, since: Tid? = null)

Properties

Link copied to clipboard
val did: Did

The DID of the repo.

Link copied to clipboard
val since: Tid? = null

The revision ('rev') of the repo to create a diff from.

Functions

Link copied to clipboard