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

build-payloadclj

(build-payload {:keys [api-key api-secret ttl]} 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

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

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-mapsclj

(transform-maps param maps)

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