Liking cljdoc? Tell your friends :D

com.yetanalytics.pan.context


activity-contextclj/s

source

context-specclj/s

source

default-context-mapclj/s

source

expand-profile-keysclj/s

(expand-profile-keys profile)
(expand-profile-keys profile contexts-map)

Expand all keys in profile using contexts (by default the xAPI Profile and Activity contexts).

Expand all keys in `profile` using contexts (by default the xAPI Profile
and Activity contexts).
sourceraw docstring

get-context-irisclj/s

(get-context-iris profile)

Retrieve all "@context" IRIs (with the exception of the Profile and Activity context IRIs) from within profile.

Retrieve all "@context" IRIs (with the exception of the Profile and
Activity context IRIs) from within `profile`.
sourceraw docstring

profile-contextclj/s

source

validate-contextsclj/s

(validate-contexts profile)
(validate-contexts profile contexts-map)

Validate that all keys in profile are able to be expanded into IRIs using "@context" maps. NOTE: Does not attempt to validate the values.

Validate that all keys in `profile` are able to be expanded into IRIs
using "@context" maps. NOTE: Does not attempt to validate the values.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close