GetRepoQueryParams

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

Constructors

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

Properties

Link copied to clipboard
val did: Did

The DID of the repo.

Link copied to clipboard
val since: String? = null

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

Functions

Link copied to clipboard