com.atproto.sync.get_repo¶
- class atproto_client.models.com.atproto.sync.get_repo.Params¶
Bases:
ParamsModelBaseParameters model for
com.atproto.sync.getRepo.- field did: str [Required]¶
The DID of the repo.
- Constraints:
func = Validated by:
string_formats.validate_did()(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- field since: str | 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: str¶
The DID of the repo.
- since: typing_extensions.NotRequired[str | 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.