(create-page token body)
Creates a new page in Notion. Takes the authentication token and the new page's content/body as parameters
Creates a new page in Notion. Takes the authentication token and the new page's content/body as parameters
(retrieve-page token id)
Retrieves a page's data from Notion. Takes the authentication token and the page's unique id as parameters
Retrieves a page's data from Notion. Takes the authentication token and the page's unique id as parameters
(update-page token id body)
Update a page's properties based off of it's unique id. Takes the authentication token, a page's id and a page's new properties as parameters
Update a page's properties based off of it's unique id. Takes the authentication token, a page's id and a page's new properties as parameters
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close