package activitypub_server

  1. Overview
  2. Docs

Class Make.local_collectionSource

method is_public : bool
method iri : Iri.t
method graph_copy : Rdf.Graph.graph Lwt.t
method add_item : ?unique:bool -> ?payload:(Iri.t * Rdf.Term.term) list -> Rdf.Term.term -> (unit, [ `Msg of string ]) result Lwt.t
method remove_item : Rdf.Term.term -> (unit, [ `Msg of string ]) result Lwt.t