com.atproto.repo.describeRepo
Get information about an account and repository, including the list of collections. Does not require auth.
- class atproto_client.models.com.atproto.repo.describe_repo.Params
Bases:
ParamsModelBaseParameters model for
com.atproto.repo.describeRepo.- field repo: AtIdentifier [Required]
The handle or DID of the repo.
- class atproto_client.models.com.atproto.repo.describe_repo.ParamsDict
Bases:
TypedDict- repo: AtIdentifier
The handle or DID of the repo.
- class atproto_client.models.com.atproto.repo.describe_repo.Response
Bases:
ResponseModelBaseOutput data model for
com.atproto.repo.describeRepo.- field collections: List[Nsid] [Required]
List of all the collections (NSIDs) for which this repo contains at least one record.
- field did: Did [Required]
Did.
- field did_doc: UnknownType [Required]
The complete DID document for this account.
- Constraints:
__module__ = atproto_client.models.unknown_union
__firstlineno__ = 72
__doc__ = Annotation for lexicon
unknownfields: any registered record type, elseDotDict. Record types are looked up in the runtime registry rather than in a union fixed at import time, so a record defined by a package generated from custom lexicons is decoded to its own model.__get_pydantic_core_schema__ = <bound method UnknownRecordFallback.__get_pydantic_core_schema__ of <class ‘atproto_client.models.unknown_union.UnknownRecordFallback’>>
__static_attributes__ = ()
__dict__ = {‘__module__’: ‘atproto_client.models.unknown_union’, ‘__firstlineno__’: 72, ‘__doc__’: ‘Annotation for lexicon
unknownfields: any registered record type, elseDotDict.nnRecord types are looked up in the runtime registry rather than in a union fixed at import time,nso a record defined by a package generated from custom lexicons is decoded to its own model.n’, ‘__get_pydantic_core_schema__’: <classmethod(<function UnknownRecordFallback.__get_pydantic_core_schema__ at 0x7085a65571a0>)>, ‘__static_attributes__’: (), ‘__dict__’: <attribute ‘__dict__’ of ‘UnknownRecordFallback’ objects>, ‘__weakref__’: <attribute ‘__weakref__’ of ‘UnknownRecordFallback’ objects>}__weakref__ = <attribute ‘__weakref__’ of ‘UnknownRecordFallback’ objects>
- field handle: Handle [Required]
Handle.
- field handle_is_correct: bool [Required]
Indicates if handle is currently valid (resolves bi-directionally).