Liking cljdoc? Tell your friends :D

oc.lib.change

Get seen data for a post uuid.

Get seen data for a post uuid.
raw docstring

default-on-errorclj

source

seen-data-forclj

(seen-data-for config
               :guard
               (fn* [p1__33616#]
                    (and (map? p1__33616#)
                         (contains? p1__33616# :change-server-url)
                         (contains? p1__33616# :auth-server-url)
                         (contains? p1__33616# :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:

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

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

× close