package activitypub_server

  1. Overview
  2. Docs

Module type Delivery.TSource

val init : unit -> unit Lwt.t
val deliver : actor:AP.Types.actor -> AP.Types.activity -> unit Lwt.t
val post_graph_local : actor:AP.Types.actor -> Rdf.Graph.graph -> Rdf.Term.term -> Iri.t -> (Iri.t, AP.E.error) result Lwt.t