Liking cljdoc? Tell your friends :D

json-rpc.core


connectcljmultimethod

Creates a JSON-RPC connection object.

Creates a JSON-RPC connection object.
sourceraw docstring

decodeclj

(decode json)

Decodes result or error from JSON-RPC response.

Decodes result or error from JSON-RPC response.
sourceraw docstring

encodeclj

(encode method params)
(encode method params id)

Encodes JSON-RPC method and params as a valid JSON-RPC request.

Encodes JSON-RPC method and params as a valid JSON-RPC request.
sourceraw docstring

send!cljmultimethod

Sends a JSON-RPC request to the server. Connection can be over HTTP[S], WS[S] or UNIX sockets.

Sends a JSON-RPC request to the server.
Connection can be over HTTP[S], WS[S] or UNIX sockets.
sourceraw docstring

send!*clj

(send!* connection method & params)

Like send! but accepts a variable number of arguments.

Like [[send!]] but accepts a variable number of arguments.
sourceraw docstring

uuidclj

(uuid)
source

versionclj

JSON-RPC protocol version.

JSON-RPC protocol version.
sourceraw docstring

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

× close