Liking cljdoc? Tell your friends :D

lovelace.databases.core


list-databasesclj

(list-databases token)
(list-databases token page-size)
(list-databases token page-size start-cursor)

Queries Notion for databases this integration has access to. Takes the authentication token as parameter. Is also able to take the optional parameters page-size and start-cursor

Queries Notion for databases this integration has access to. Takes the authentication token as parameter.
Is also able to take the optional parameters `page-size` and `start-cursor`
sourceraw docstring

query-databaseclj

(query-database token id query)
(query-database token id query page-size)
(query-database token id query page-size start-cursor)

Queries a Notion database. Takes the authentication token, the database's id and a query as parameters Is also able to take the optional parameters page-size and start-cursor

Queries a Notion database. Takes the authentication token, the database's id and a query as parameters
Is also able to take the optional parameters `page-size` and `start-cursor`
sourceraw docstring

retrieve-databaseclj

(retrieve-database token id)

Retrieves data from a database based off of it's unique id. Takes the authentication token and the database's id as parameters

Retrieves data from a database based off of it's unique id.
Takes the authentication token and the database's id as parameters
sourceraw docstring

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

× close