package activitypub_client

  1. Overview
  2. Docs
ActivityPub client in OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ocaml-activitypub-0.1.0.tar.bz2
md5=332e6cab89ed63fda379aba37e00c40b
sha512=b6e5fe4948fdbe1d63227adc834c783821b609691c8db24438a8f76c5f6a2c60d1ecbd385baf1029901225abe2031d9aa994a0ed0321ea8082b3281e35552bb0

doc/activitypub_client/Activitypub_client/Object/Make/index.html

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)