(get-page token id)
Makes a GET request to Notion's API to retrieve data from a page. Takes in the authentication token and the page id as parameters
Makes a GET request to Notion's API to retrieve data from a page. Takes in the authentication token and the page id as parameters
(patch-page token id data)
Makes a PATCH request to Notion's API in order to change a page's properties. Takes the authentication token, the page's id, and the new page's properties as parameters
Makes a PATCH request to Notion's API in order to change a page's properties. Takes the authentication token, the page's id, and the new page's properties as parameters
(post-page token data)
Makes a POST request to Notion's API in order to create a new page. Takes the authentication token and the new page's content as parameters
Makes a POST request to Notion's API in order to create a new page. Takes the authentication token and the new page's content as parameters
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close