app.bsky.graph.searchStarterPacks
Find starter packs matching search criteria. Does not require auth.
- class atproto_client.models.app.bsky.graph.search_starter_packs.Params
Bases:
ParamsModelBaseParameters model for
app.bsky.graph.searchStarterPacks.- field q: str [Required]
Search query string. Syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended.
- class atproto_client.models.app.bsky.graph.search_starter_packs.ParamsDict
Bases:
TypedDict- q: str
Search query string. Syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended.
- cursor: NotRequired[str | None]
Cursor.
- limit: NotRequired[int | None]
Limit.
- class atproto_client.models.app.bsky.graph.search_starter_packs.Response
Bases:
ResponseModelBaseOutput data model for
app.bsky.graph.searchStarterPacks.- field starter_packs: List[models.AppBskyGraphDefs.StarterPackViewBasic] [Required]
Starter packs.