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:
ParamsModelBaseParameters model for
com.atproto.sync.getRepo.- field did: Did [Required]
The DID of the repo.
- 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.