SyncService

class SyncService(client: <Error class: unknown class>)

Constructors

Link copied to clipboard
constructor(client: <Error class: unknown class>)

Functions

Link copied to clipboard

Get the current commit CID & revision of the specified repo. Does not require auth.

Link copied to clipboard
suspend fun getRepo(request: GetRepoRequest)

Download a repository export as CAR file. Optionally only a 'diff' since a previous revision. Does not require auth; implemented by PDS.