Get seen data for a post uuid.
Get seen data for a post uuid.
(seen-data-for config
:guard
(fn* [p1__38926#]
(and (map? p1__38926#)
(contains? p1__38926# :change-server-url)
(contains? p1__38926# :auth-server-url)
(contains? p1__38926# :passphrase)))
user-data
:guard
map?
post-id)
(seen-data-for config :guard map? jwtoken :guard string? post-id)
Retrieve the seen data with different kind of inputs. Config:
Retrieve the seen data with different kind of inputs. Config: - passphrase (optional needed to retrieve the JWT, not needed if JWT is passed) - auth-server-url (optional needed to retrieve the JWT, not needed if JWT is passed) - service-name - change-server-url
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close