Liking cljdoc? Tell your friends :D

ensorcel.conjure


appclj

(app spellbook & services)

Creates a full ring application with default wrappers given a spellbook and conjured services

Creates a full ring application with default wrappers given a spellbook and conjured services
raw docstring

arg-countclj

(arg-count f)

assemble-callcljs

(assemble-call path-fn body-fn method)

body-fncljs

(body-fn args)

call->cljs

(call-> {call :call schema :schema} & thens)

Calls the endpoint, and if the response is successful, passes the parsed response through to the supplied functions one after the other

Calls the endpoint, and if the response is successful, passes the parsed
response through to the supplied functions one after the other
raw docstring

clientcljs

(client {services :services :as spellbook} service-name & opts)

Create a REST client for a particular service from a spellbook

Create a REST client for a particular service from a spellbook
raw docstring

coerceclj/s≠

clj
(coerce value spec)
cljs
(coerce schema result)

coercionsclj/s


construct-inputclj

(construct-input {:keys [params body]} input-spec)

Given a request and an input spec, coerces the components to the correct types and then validates that everything looks as expected.

Given a request and an input spec, coerces the components to the correct types
and then validates that everything looks as expected.
raw docstring

default-spellbookclj


endpointclj/s≠

clj
(endpoint impls [endpoint spec])

Creates a bidi endpoint from the given impls and an endpoint specification

Creates a bidi endpoint from the given impls and an endpoint specification
cljs
(endpoint base-url {:keys [path method args returns] :as spec})
raw docstring

format-pathcljs

(format-path values [f & fragments])

parsecljs

(parse schema result)

parse-paramsclj

(parse-params params input-spec)

path-fncljs

(path-fn base-path path)

ping-serviceclj

(ping-service)

ping ping ping ping

ping ping ping ping
raw docstring

rootclj

(root services)

serviceclj

(service {services :services :as spellbook} service-name & impls)

Creates a bidi service from the given impls and spellbook

Creates a bidi service from the given impls and spellbook
raw docstring

stringifyclj

(stringify x)

urlifycljs

(urlify value)

validateclj

(validate received expected raise!)

Validates that a received payload matches the expected schema. Raises <raise!> if not.

Validates that a received payload matches the expected schema.
Raises <raise!> if not.
raw docstring

version-serviceclj

(version-service {version :version})

version version version version

version version version version
raw docstring

wrapcljs

(wrap endpoints)

wrap-endpointclj

(wrap-endpoint {:keys [args returns response] :or {response ok}} f)

Wraps a given endpoint implementation in the gubbins for a ring request Different outcomes for different arity implementions: 0 arity -> just calls the function 1 arity -> provides a parameter map from the request body and url 2 arity -> provides a parameter map and an options map containing things like cookies etc. Also validates that the inputs and outputs match the specification in the spellbook

Wraps a given endpoint implementation in the gubbins for a ring request
Different outcomes for different arity implementions:
  0 arity -> just calls the function
  1 arity -> provides a parameter map from the request body and url
  2 arity -> provides a parameter map and an options map containing things like cookies etc.
Also validates that the inputs and outputs match the specification in the spellbook
raw docstring

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

× close