Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Activitypub_client.Conf
SourceClient configuration
type actor = {
jsonld_cache_dir : string option;
directory to cache json-ld contexts
*)cache_dir : string option;
directory to cache remote resources
*)cache_delay : int;
cache validity delay
*)mutable token : string option;
token used to authenticate to server
*)media_post_iri : Iri.t option;
IRI used to post attachment files, retrieving IRIs to use in activities
*)}
Configuration to act as an actor.