package activitypub_client

  1. Overview
  2. Docs

Module type Actor.TSource

The signature of the module we get when applying the Make functor to and Acti.T module.

module O : Object.T
module Acti : Acti.T
val get : ?g:Rdf.Graph.graph -> Iri.t -> o

Get an object, being authenticated as the !O.actor.

val actor : unit -> o Lwt.t

Return the authenticated actor, already dereferenced.