Liking cljdoc? Tell your friends :D

ensorcel.conjure


appclj

(app spellbook opts & 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 path query-args args)

call->cljs

(call-> {call-fn :call-fn args :args headers :headers spec :spec} & 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

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

construct-optionsclj

(construct-options endpoints)

Creates all required options for given paths and methods

Creates all required options for given paths and methods
raw docstring

correct-methodclj

(correct-method method)

default-optsclj


endpointclj/s≠

clj
(endpoint impls [endpoint {:keys [path method] :as 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 query returns] :as spec})
raw docstring

extractcljs

(extract spec thens response)

format-pathcljs

(format-path values [f & fragments])

inject-tokencljs

(inject-token token client)

method-dispatchclj

(method-dispatch [path endpoints])

path-fncljs

(path-fn base-path path query-args)

ping-endpointcljs

(ping-endpoint host port version-str)

ping-serviceclj

(ping-service)

ping ping ping ping

ping ping ping ping
raw docstring

query-fncljs

(query-fn query-args args)

rootclj

(root {version :version} {:keys [include-version?]} 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-endpointcljs

(version-endpoint host port version-str)

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 headers] :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