Liking cljdoc? Tell your friends :D

lovelace.users.requests


fetch-userclj

(fetch-user token id)

Makes a GET request to Notion's API. Takes token and id as parameters.

Makes a GET request to Notion's API. Takes `token` and `id` as parameters.
raw docstring

fetch-usersclj

(fetch-users token)
(fetch-users token page-size)
(fetch-users token page-size start-cursor)

Makes a GET request to Notion's API. Takes token as a parameter. Is also able to take the optional parameters page-size and start-cursor

Makes a GET request to Notion's API. Takes `token` as a parameter. Is also able to take
the optional parameters `page-size` and `start-cursor`
raw docstring

get-all-usersclj

(get-all-users token)
(get-all-users token page-size)
(get-all-users token page-size start-cursor)

Retrieves a list of users of a given workspace. Takes the authentication token as a parameter. Is also able to take the optional parameters page-size and start-cursor

Retrieves a list of users of a given workspace. Takes the authentication token as a parameter.
Is also able to take the optional parameters `page-size` and `start-cursor`
raw docstring

get-single-userclj

(get-single-user token id)

Retrieves a single users of a given workspace. Takes the authentication token and the user's id as parameters.

Retrieves a single users of a given workspace. Takes the authentication token and the user's id as parameters.
raw docstring

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

× close