Utilities for Agents and Groups (collectively known as Actors).
Utilities for Agents and Groups (collectively known as Actors).
(actor-ifi {:keys [mbox mbox_sha1sum openid] {:keys [name homePage]} :account})
Return a string representing the IFI of an Agent or Group. Will be prefixed
with the IFI property and two colons ::
.
For accounts, the homepage will precede the name, and they will be delimited
by a comma as so: account::https://foo.bar,baz
.
If an IFI cannot be found, returns nil
.
Return a string representing the IFI of an Agent or Group. Will be prefixed with the IFI property and two colons `::`. For accounts, the homepage will precede the name, and they will be delimited by a comma as so: `account::https://foo.bar,baz`. If an IFI cannot be found, returns `nil`.
(groups->agent-group-ifi-map group-coll)
Convert group-coll
into a map from member agent IFIs to group IFIs.
Convert `group-coll` into a map from member agent IFIs to group IFIs.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close