Liking cljdoc? Tell your friends :D

com.avisi-apps.gaps.fulcro.google-remote


amount-of-retry-attemptscljs

source

default-response-middlewarecljs

source

last-attempt?cljs

(last-attempt? tries-left)
source

response-middlewarecljs

(response-middleware {:keys [status-code] :as response})

Intercepts the status-code property from the response and stores it under :response-status-code as Fulcro will change status-code to 500 later if it is not 200.

Intercepts the status-code property from the response and stores it under :response-status-code as
Fulcro will change status-code to 500 later if it is not 200.
sourceraw docstring

temporarily-unavailable?cljs

(temporarily-unavailable? {:keys [response-status-code]})
source

wrap-fulcro-remotecljs

(wrap-fulcro-remote fulcro-remote)

Retry requests up to 5 times with and interval of 1 second when Google returns a status 502.

Retry requests up to 5 times with and interval of 1 second when Google returns a status 502.
sourceraw docstring

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

× close