com.atproto.sync.list_repos_by_collection¶
- class atproto_client.models.com.atproto.sync.list_repos_by_collection.Params¶
Bases:
ParamsModelBase
Parameters model for
com.atproto.sync.listReposByCollection
.- field collection: str [Required]¶
Collection.
- Constraints:
func = Validated by:
string_formats.validate_nsid()
(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- field cursor: str | None = None¶
Cursor.
- field limit: int | None = 500¶
Maximum size of response set. Recommend setting a large maximum (1000+) when enumerating large DID lists.
- Constraints:
ge = 1
le = 2000
- class atproto_client.models.com.atproto.sync.list_repos_by_collection.ParamsDict(*args, **kwargs)¶
Bases:
dict
- collection: str[str]¶
Collection.
- cursor: typing_extensions.NotRequired[str | None]¶
Cursor.
- limit: typing_extensions.NotRequired[int | None]¶
Maximum size of response set. Recommend setting a large maximum (1000+) when enumerating large DID lists.
- class atproto_client.models.com.atproto.sync.list_repos_by_collection.Repo¶
Bases:
ModelBase
Definition model for
com.atproto.sync.listReposByCollection
.- field did: str [Required]¶
Did.
- Constraints:
func = Validated by:
string_formats.validate_did()
(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- field py_type: Literal['com.atproto.sync.listReposByCollection#repo'] = 'com.atproto.sync.listReposByCollection#repo'¶
- class atproto_client.models.com.atproto.sync.list_repos_by_collection.Response¶
Bases:
ResponseModelBase
Output data model for
com.atproto.sync.listReposByCollection
.- field cursor: str | None = None¶
Cursor.
- field repos: List[models.ComAtprotoSyncListReposByCollection.Repo] [Required]¶
Repos.