Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Object.TSourceThe type of modules to create, dereference and query objects as a given actor.
val conf : Conf.tval actor_conf : Conf.actorval jsonld_string_to_graph :
?g:Rdf.Graph.graph ->
string ->
(Rdf.Graph.graph * Iri.t option) Lwt.tval dereference : dereferencerclass o : ?g:Rdf.Graph.graph -> ?dereference:dereferencer -> Activitypub.Types.id -> object ... endval get :
?g:Rdf.Graph.graph ->
?dereference:dereferencer ->
Activitypub.Types.id ->
oval of_iri : ?g:Rdf.Graph.graph -> ?dereference:dereferencer -> Iri.t -> oval of_object : ?dereference:dereferencer -> Activitypub.Types.object_ -> oval post :
Iri.t ->
Rdf.Graph.graph ->
(Iri.t option, Activitypub.E.error) result Lwt.tval post_data :
?headers:Cohttp.Header.t ->
ct:Ldp.Ct.t ->
data:string ->
Iri.t ->
(Iri.t option, Activitypub.E.error) result Lwt.tval 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)