Cephalopod_models.App_Bsky_Unspecced_SearchStarterPacksSkeletonlexicon "app.bsky.unspecced.searchStarterPacksSkeleton"
type main_params = {q : string;Search query string; syntax, phrase, boolean, and faceting is unspecified, but Lucene query syntax is recommended.
*)viewer : string option;DID of the account making the request (not included for public/unauthenticated queries). format: "Did"
*)limit : int64 option;default: 25 maximum: 100 minimum: 1
*)cursor : string option;Optional pagination mechanism; may not necessarily allow scrolling through entire result set.
*)}val pp_main_params :
Ppx_deriving_runtime.Format.formatter ->
main_params ->
Ppx_deriving_runtime.unitval show_main_params : main_params -> Ppx_deriving_runtime.stringval make_main_params :
q:string ->
?viewer:string ->
?limit:int64 ->
?cursor:string ->
unit ->
main_paramsval main_params_of_value : main_params Cephalopod_dasl.Value.Util.convval main_params_to_value : main_params -> Cephalopod_dasl.Value.ttype main_output = {cursor : string option;hitsTotal : int64 option;Count of search hits. Optional, may be rounded/truncated, and may not be possible to paginate through all hits.
*)starterPacks : Types.app_bsky_unspecced_defs_skeletonsearchstarterpack list;}val pp_main_output :
Ppx_deriving_runtime.Format.formatter ->
main_output ->
Ppx_deriving_runtime.unitval show_main_output : main_output -> Ppx_deriving_runtime.stringval main_output_of_value : main_output Cephalopod_dasl.Value.Util.convval main_output_to_value : main_output -> Cephalopod_dasl.Value.tval pp_main_error :
Ppx_deriving_runtime.Format.formatter ->
main_error ->
Ppx_deriving_runtime.unitval show_main_error : main_error -> Ppx_deriving_runtime.stringval main : (main_params, main_output, main_error) Base.queryBackend Starter Pack search, returns only skeleton.