Module Cephalopod_models.Com_Atproto_Sync_GetRecord

lexicon "com.atproto.sync.getRecord"

def main

type main_params = {
  1. did : string;
    (*

    The DID of the repo. format: "Did"

    *)
  2. collection : string;
    (*

    format: "Nsid"

    *)
  3. rkey : string;
    (*

    Record Key format: "RecordKey"

    *)
}
val show_main_params : main_params -> Ppx_deriving_runtime.string
val make_main_params : did:string -> collection:string -> rkey:string -> main_params
val main_params_of_value : main_params Cephalopod_dasl.Value.Util.conv
val main_params_to_value : main_params -> Cephalopod_dasl.Value.t
type main_error = [
  1. | `RecordNotFound
  2. | `RepoNotFound
  3. | `RepoTakendown
  4. | `RepoSuspended
  5. | `RepoDeactivated
]
val show_main_error : main_error -> Ppx_deriving_runtime.string
val main : (main_params, unit, main_error) Base.query

Get data blocks needed to prove the existence or non-existence of record in the current version of repo. Does not require auth.