Module Cephalopod_models.Com_Atproto_Sync_GetRepo

lexicon "com.atproto.sync.getRepo"

def main

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

    The DID of the repo. format: "Did"

    *)
  2. since : string option;
    (*

    The revision ('rev') of the repo to create a diff from. format: "Tid"

    *)
}
val show_main_params : main_params -> Ppx_deriving_runtime.string
val make_main_params : did:string -> ?since:string -> unit -> 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. | `RepoNotFound
  2. | `RepoTakendown
  3. | `RepoSuspended
  4. | `RepoDeactivated
]
val show_main_error : main_error -> Ppx_deriving_runtime.string
val main : (main_params, unit, main_error) Base.query

Download a repository export as CAR file. Optionally only a 'diff' since a previous revision. Does not require auth; implemented by PDS.