# Functions
New returns a new ActivityPub client.
ReadActivities reads the activities from the given iterator up to a maximum number specified by maxItems.
ReadReferences reads the references from the given iterator up to a maximum number specified by maxItems.
# Variables
ErrNotFound is returned when the object is not found or the iterator has reached the end.
# Interfaces
ActivityIterator iterates over the activities in a result set.
ReferenceIterator iterates over the references in a result set.
# Type aliases
Order is the order in which activities are returned.