com.atproto.sync.getRepo

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

class atproto_client.models.com.atproto.sync.get_repo.Params

Bases: ParamsModelBase

Parameters model for com.atproto.sync.getRepo.

field did: Did [Required]

The DID of the repo.

field since: Tid | None = None

The revision (β€˜rev’) of the repo to create a diff from.

class atproto_client.models.com.atproto.sync.get_repo.ParamsDict

Bases: TypedDict

did: Did

The DID of the repo.

since: NotRequired[Tid | None]

The revision (β€˜rev’) of the repo to create a diff from.

atproto_client.models.com.atproto.sync.get_repo.Response

Response raw data type.