Liking cljdoc? Tell your friends :D

exoscale.compute.api.payload

Functions to work with appropriate cloudstack payloads.

Functions to work with appropriate cloudstack payloads.
raw docstring

assoc-valueclj

(assoc-value m k v)
source

build-payloadclj

(build-payload config params)
(build-payload config opcode params)

Build a signed payload for a given config, opcode and args triplet

Build a signed payload for a given config, opcode and args triplet
sourceraw docstring

query-argsclj

(query-args params)

Build arguments, ready to be signed.

Build arguments, ready to be signed.
sourceraw docstring

quote-plusclj

(quote-plus s)

Replace + in encoded URL by %20

Replace + in encoded URL by %20
sourceraw docstring

sanitizeclj

(sanitize params)
source

serialize-pairclj

(serialize-pair [k v])

Encode a key/value pair

Encode a key/value pair
sourceraw docstring

signclj

(sign query api-secret)

Sign the given query

Sign the given query
sourceraw docstring

stringifyclj

(stringify x)
source

transform-argclj

(transform-arg [k v])

Transform argument into a list of key/value pairs.

Transform argument into a list of key/value pairs.
sourceraw docstring

transform-mapclj

(transform-map param m i)

For a map, produce the expected key/value pairs.

For a map, produce the expected key/value pairs.
sourceraw docstring

transform-mapsclj

(transform-maps param ms)

For a list of maps, produce the expected key/value pairs.

For a list of maps, produce the expected key/value pairs.
sourceraw docstring

url-encodeclj

(url-encode s)

Encode URL

Encode URL
sourceraw docstring

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

× close