com.atproto.repo.describe_repo¶
- class atproto_client.models.com.atproto.repo.describe_repo.Params¶
Bases:
ParamsModelBase
Parameters model for
com.atproto.repo.describeRepo
.- field repo: str [Required]¶
The handle or DID of the repo.
- class atproto_client.models.com.atproto.repo.describe_repo.ParamsDict(*args, **kwargs)¶
Bases:
dict
- repo: str¶
The handle or DID of the repo.
- class atproto_client.models.com.atproto.repo.describe_repo.Response¶
Bases:
ResponseModelBase
Output data model for
com.atproto.repo.describeRepo
.- field collections: List[str] [Required]¶
List of all the collections (NSIDs) for which this repo contains at least one record.
- field did: str [Required]¶
Did.
- field did_doc: UnknownType [Required]¶
The complete DID document for this account.
- field handle: str [Required]¶
Handle.
- field handle_is_correct: bool [Required]¶
Indicates if handle is currently valid (resolves bi-directionally).