Liking cljdoc? Tell your friends :D

feathers.application


apicljs

(api app path svc & [hooks])
source

appcljs

source

configurecljs

(configure app callback)
source

default-servicecljs

(default-service app svc)
source

defhookclj/smacro

(defhook name hook & body)

Define an async hook which returns a hook object.

Define an async hook which returns a hook object.
sourceraw docstring

emitcljs

(emit app event data)
source

getcljs

(get app name)
source

hookscljs

(hooks app hooks)
source

listencljs

(listen app & [port])
source

mixinscljs

(mixins app)
source

mkhookclj/smacro

(mkhook hook & body)

Create a hook which returns a promise.

Create a hook which returns a promise.
sourceraw docstring

oncljs

(on app event listener)
source

publishcljs

(publish app publisher)
(publish app event publisher)
source

servicecljs

(service app path)
source

servicescljs

(services app)
source

setcljs

(set app name value)
source

setupcljs

(setup app server)
source

usingcljs

(using app path svc)
source

with-hookclj/smacro

(with-hook hook & body)

Create a hook which must return a hook object or promise.

Create a hook which must return a hook object or promise.
sourceraw docstring

with-promiseclj/smacro

(with-promise & body)

Create a promise which resolves body.

Create a promise which resolves body.
sourceraw docstring

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

× close