Liking cljdoc? Tell your friends :D

common-server.core


action-allowed?clj

(action-allowed? request request-body allow-action-routing)

Check if action is allowed to user

Check if action is allowed to user
sourceraw docstring

action-allowed?-memoclj

source

get-allowed-actionsclj

(get-allowed-actions request)

Get allowed actions for logged in user

Get allowed actions for logged in user
sourceraw docstring

get-allowed-actions-memoclj

source

get-allowed-actions-responseclj

(get-allowed-actions-response request)

Get allowed actions for logged in user response

Get allowed actions for logged in user response
sourceraw docstring

get-chat-historyclj

(get-chat-history request-body)

Get chat history for particular users

Get chat history for particular users
sourceraw docstring

get-chat-usersclj

(get-chat-users)

Get chat users

Get chat users
sourceraw docstring

not-foundclj

(not-found response-routing request)

If response-routing is nil return 404 not found

If response-routing is nil return 404 not found
sourceraw docstring

routingclj

(routing request
         &
         [response-routing allow-action-routing response-routing-not-logged-in])

Routing function

Routing function
sourceraw docstring

send-chat-messageclj

(send-chat-message {usernames :usernames message :message})

Send chat message to selected user

Send chat message to selected user
sourceraw docstring

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

× close