package activitypub_client

  1. Overview
  2. Docs

Module Object.MakeSource

Parameters

module H : Http_t

Signature

Sourceval conf : Conf.t
Sourceval actor_conf : Conf.actor
Sourceval actor_iri : Iri.t
Sourcemodule H : Http_t
Sourceval jsonld_string_to_graph : ?g:Rdf.Graph.graph -> string -> (Rdf.Graph.graph * Iri.t option) Lwt.t
Sourceval graph_to_jsonld_string : Rdf.Graph.graph -> string
Sourceval dereference : dereferencer
Sourceclass o : ?g:Rdf.Graph.graph -> ?dereference:dereferencer -> Activitypub.Types.id -> object ... end
Sourceval get : ?g:Rdf.Graph.graph -> ?dereference:dereferencer -> Activitypub.Types.id -> o
Sourceval of_iri : ?g:Rdf.Graph.graph -> ?dereference:dereferencer -> Iri.t -> o
Sourceval of_object : ?dereference:dereferencer -> Activitypub.Types.object_ -> o
Sourceval post : Iri.t -> Rdf.Graph.graph -> (Iri.t option, Activitypub.E.error) result Lwt.t
Sourceval post_data : ?headers:Cohttp.Header.t -> ct:Ldp.Ct.t -> data:string -> Iri.t -> (Iri.t option, Activitypub.E.error) result Lwt.t
Sourceval collection_next_items : ?check_delay:float -> ?after:Iri.t -> Activitypub.Types.collection -> [ `L of Activitypub.Types.link | `O of Activitypub.Types.object_ ] Lwt_stream.t * (unit -> unit)