Liking cljdoc? Tell your friends :D

lovelace.pages.requests


get-pageclj

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

patch-pageclj

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

post-pageclj

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

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

× close