Liking cljdoc? Tell your friends :D

lovelace.pages.core


create-pageclj

(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
sourceraw docstring

retrieve-pageclj

(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
sourceraw docstring

update-pageclj

(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
sourceraw docstring

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

× close