(apis {:keys [disk-mode include-configuration-map] :as app-conf})(deconstruct-node file-path el-loc find-name-val)Takes an xml node representing one of our major api elements and returns one or more deconstructed parts with filenames and a zip loc for the content.
Takes an xml node representing one of our major api elements and returns one or more deconstructed parts with filenames and a zip loc for the content.
(deploy-all-channels app-conf)Deploy all collected channels in one API call.
Deploy all collected channels in one API call.
(iterate-apis app-conf apis action)Iterates through the apis calling action on app-conf. If an api updates app-conf the apis processed afterward use the updated app-conf.
Iterates through the apis calling action on app-conf. If an api updates app-conf the apis processed afterward use the updated app-conf.
(name-script-sequence prefix loc)Take a script loc to find and build the script name.
Take a script loc to find and build the script name.
(nested-file-path group-xml-zip selectors {:keys [target el-loc api disk-mode]})Returns the nested xml file path for the provided api. 'Nested' means that the api xml may be part of a library or group and the path should take that into account. In the case of disk-mode 'groups' the file path may point to an existing xml file representing the group or library.
Returns the nested xml file path for the provided api. 'Nested' means that the api xml may be part of a library or group and the path should take that into account. In the case of disk-mode 'groups' the file path may point to an existing xml file representing the group or library.
(pre-node-action keyword app-conf)(preprocess-api {:as app-conf {:as api} :api})(this-tag= tagname)Returns a query predicate that matches if the current exact node is a tag named tagname.
Returns a query predicate that matches if the current exact node is a tag named tagname.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |