(append-block-children token id children)
Appends children to a block based off of it's id. Takes the authentication token, a block's id and children to append to that block
Appends children to a block based off of it's id. Takes the authentication token, a block's id and children to append to that block
(retrieve-block-children token id page-size)
(retrieve-block-children token id page-size start-cursor)
Retrieves data/children from a block.
Takes the authentication token, the block's id and the page size as parameters.
Also takes an optional start-cursor
parameter to paginate.
Retrieves data/children from a block. Takes the authentication token, the block's id and the page size as parameters. Also takes an optional `start-cursor` parameter to paginate.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close