Cephalopod_models.Com_Atproto_Repo_DescribeRepolexicon "com.atproto.repo.describeRepo"
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 : repo:string -> 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 = {handle : string;format: "Handle"
*)did : string;format: "Did"
*)didDoc : Cephalopod_dasl.Value.t;The complete DID document for this account.
*)collections : string list;List of all the collections (NSIDs) for which this repo contains at least one record.
*)handleIsCorrect : bool;Indicates if handle is currently valid (resolves bi-directionally)
*)}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 main : (main_params, main_output, unit) Base.queryGet information about an account and repository, including the list of collections. Does not require auth.