Liking cljdoc? Tell your friends :D

scim-patch.paths


extract-attr-pathclj

(extract-attr-path [_ & xs])

Parse attr-path with the following form and extract [uri attr subattr] from it: [:attrPath [:uri "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:"] "manager" "displayName"]

Parse attr-path with the following form and extract [uri attr subattr] from it:
[:attrPath
 [:uri "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:"]
 "manager"
 "displayName"]
sourceraw docstring

parseclj

(parse path)
source

path-parserclj

source

traverseclj

(traverse schema attr-path value result-fn not-found-fn)
source

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

× close